Uses of Class
org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
-
Packages that use CodePointLength.NormalizationStrategy Package Description org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API.org.hibernate.validator.constraints Hibernate Validator specific constraints. -
-
Uses of CodePointLength.NormalizationStrategy in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs with parameters of type CodePointLength.NormalizationStrategy Modifier and Type Method Description CodePointLengthDefCodePointLengthDef. normalizationStrategy(CodePointLength.NormalizationStrategy strategy) -
Uses of CodePointLength.NormalizationStrategy in org.hibernate.validator.constraints
Methods in org.hibernate.validator.constraints that return CodePointLength.NormalizationStrategy Modifier and Type Method Description CodePointLength.NormalizationStrategynormalizationStrategy()static CodePointLength.NormalizationStrategyCodePointLength.NormalizationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static CodePointLength.NormalizationStrategy[]CodePointLength.NormalizationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-