All Classes and Interfaces

Class
Description
Validates that at least one of the specified fields is non-null.
Validator for the AtLeastOneOf annotation.
 
Validator for ExistingFile annotation for File objects.
Validator for ExistingFile annotation for Path objects.
Validator for ExistingFile annotation on String objects.
Validates that the value of one field is greater than the value of another field.
Validator for the GreaterThan annotation.
Validator for ValidMode annotation.
Validates that the specified fields are mutually exclusive, meaning that at most one of them can be non-null.
Validator for MutuallyExclusive annotation.
Validates that the value of a field is a valid SWORD token.
Validator for SwordToken annotation.
Validates that the value of a specified attribute in a list of objects is unique.
 
Validator for the UniqueAttribute annotation.
Validates that the value of a field is a valid URN UUID.
Validator for the UrnUuid annotation for String objects.
Validator for the UrnUuid annotation for URI objects.
Validates that the value of a field is a valid UUID.
Validator for the Uuid annotation for String objects.
Validates that the value of a field is a valid Unix mode.