Annotation Types Summary |
IsFloat |
Validates that the field is a floating point number. |
IsInteger |
Validates that the field is an integer. |
Length |
Validates that the length of the field meets the given length constraints |
Matches |
Validates that the parameter matches the given regular expression |
NumberValue |
Validates that the value of a number meets certain parameters |
Required |
Validates that the length of the field meets the given length constraints |
WithValidator |
Indicates that the annotation should have this validator class applied to it |