class |
BytesValidator |
Validates that a parameter is a byte[] of an acceptable length.
|
class |
CharsetValidator |
Validates whether the provided string represents a valid character set.
|
class |
EnumValidator<E extends Enum<E>> |
|
class |
InetAddressValidator |
Validates that the given parameter is a string that can be converted into an InetAddress.
|
class |
IntAllowedValuesValidator |
|
class |
IntRangeValidator |
Validates that the given parameter is an int in a given range.
|
class |
ListValidator |
Validates parameters of type ModelType.LIST.
|
class |
LongRangeValidator |
Validates that the given parameter is a long in a given range.
|
class |
MapValidator |
Validates parameters of type ModelType.OBJECT.
|
class |
MaskedAddressValidator |
Validates that the given parameter is a string that can be converted into a masked InetAddress.
|
class |
MulticastAddressValidator |
Validates that a value can resolve to a multicast address.
|
class |
ObjectTypeValidator |
Date: 16.11.2011
|
class |
PropertyValidator |
|
class |
StringAllowedValuesValidator |
|
class |
StringBytesLengthValidator |
Validates that the given parameter is a string of an allowed length in bytes.
|
class |
StringLengthValidator |
Validates that the given parameter is a string of an allowed length.
|
class |
SubnetValidator |
Validates that a String value can resolve to a subnet format based on class SubnetUtils in Apache Commons Net
|
class |
TimeUnitValidator |
|
class |
URIValidator |
|