Annotation Type CodePointLength
-
@Documented @Constraint(validatedBy={}) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Repeatable(List.class) public @interface CodePointLength
Validate that the code point length of a character sequence is between min and max included.It is possible to validate a normalized value by setting the normalization strategy.
- Version:
- 6.0.3
- Author:
- Kazuki Shimizu
-
-
-
normalizationStrategy
CodePointLength.NormalizationStrategy normalizationStrategy
- Default:
- org.hibernate.validator.constraints.CodePointLength.NormalizationStrategy.NONE
-
-
-
message
String message
- Default:
- "{org.hibernate.validator.constraints.CodePointLength.message}"
-
-
-
groups
Class<?>[] groups
- Default:
- {}
-
-