static class |
ValidatorImpls.ImplementsClassesValidator |
validates class implements one of these classes.
|
static class |
ValidatorImpls.ImplementsClassValidator |
validates that the item implements a certain type.
|
static class |
ValidatorImpls.ListEntryCustomValidator |
Validates each entry in a list against a list of custom Validators.
|
static class |
ValidatorImpls.ListEntryTypeValidator |
Validates each entry in a list.
|
static class |
ValidatorImpls.MapEntryCustomValidator |
validates each key and each value against the respective arrays of validators.
|
static class |
ValidatorImpls.MapEntryTypeValidator |
validates each key and value in a map of a certain type.
|
static class |
ValidatorImpls.NotNullValidator |
Validates if an object is not null.
|
static class |
ValidatorImpls.PositiveNumberValidator |
Validates a positive number.
|
static class |
ValidatorImpls.SimpleTypeValidator |
Validates basic types.
|
static class |
ValidatorImpls.StringValidator |
validates that the string is equal to one of the specified ones in the list.
|