Package tech.guilhermekaua.spigotboot.core.validation.annotation
package tech.guilhermekaua.spigotboot.core.validation.annotation
-
Annotation InterfacesClassDescriptionValidates that a no-arg method returns
false.Validates that a no-arg method returnstrue.Validates that a numeric field has a maximum value.Validates that a numeric field has a minimum value.Validates that a field is not null and not empty.Validates that a field is not null.Validates that a string field value is one of the specified options.Validates that a string field matches a regular expression pattern.Validates that a numeric field is within a range.Validates that a collection or string has a size within the specified range.Marker annotation to trigger nested/recursive validation on a field's object value.