Uses of Enum
org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy
Packages that use CodePointLength.NormalizationStrategy
Package
Description
Constraint definition classes for programmatic constraint definition API.
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.NormalizationStrategyModifier and TypeMethodDescriptionCodePointLengthDef.normalizationStrategy
(CodePointLength.NormalizationStrategy strategy) -
Uses of CodePointLength.NormalizationStrategy in org.hibernate.validator.constraints
Methods in org.hibernate.validator.constraints that return CodePointLength.NormalizationStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.CodePointLength.NormalizationStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.