java.lang.Object
io.helidon.validation.Validation.String
- Enclosing class:
Validation
String and
CharSequence constraints.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceValidate that the annotated char sequence is a valid e-mail address.static @interfaceThe value's length must be betweenValidation.String.Length.min()andValidation.String.Length.value()characters (inclusive).static @interfaceThe value must not be blank.static @interfaceThe value must not be empty.static @interfaceThe value must match the given regular expression. -
Method Summary