Uses of Enum Class
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
Subclasses with type arguments of type CodePointLength.NormalizationStrategy in org.hibernate.validator.constraintsModifier and TypeClassDescriptionstatic enumStrategy for normalization.Methods in org.hibernate.validator.constraints that return CodePointLength.NormalizationStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CodePointLength.NormalizationStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.