Module rxmicro.validation
Package io.rxmicro.validation.constraint
Annotation Type LatinAlphabetOnly
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @ConstraintRule(supportedTypes=java.lang.String.class, validatorClass=LatinAlphabetOnlyConstraintValidator.class) @SelfDocumented public @interface LatinAlphabetOnly
The annotated element must be a string with latin alphabet letters only.- Author:
- nedis
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanallowsDigitsbooleanallowsLowercasebooleanallowsUppercasebooleanoffAllows to disable validation rule if validation inherited from super class.Stringpunctuations
-
-
-
-
punctuations
String punctuations
- Default:
- "~!@#$%^&*()_+=-[]{},.;:<>?/\\\"\' \t|\r\n"
-
-