Uses of Class
org.hibernate.validator.cfg.defs.CodePointLengthDef
-
Packages that use CodePointLengthDef Package Description org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API. -
-
Uses of CodePointLengthDef in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs that return CodePointLengthDef Modifier and Type Method Description CodePointLengthDefCodePointLengthDef. max(int max)CodePointLengthDefCodePointLengthDef. min(int min)CodePointLengthDefCodePointLengthDef. normalizationStrategy(CodePointLength.NormalizationStrategy strategy)
-