| BytesValidator |
Validates that a parameter is a byte[] of an acceptable length.
|
| ChainedParameterValidator |
|
| CharsetValidator |
Validates whether the provided string represents a valid character set.
|
| EnumValidator<E extends Enum<E>> |
|
| InetAddressValidator |
Validates that the given parameter is a string that can be converted into an InetAddress.
|
| IntAllowedValuesValidator |
|
| IntRangeValidator |
Validates that the given parameter is an int in a given range.
|
| ListValidator |
Validates parameters of type ModelType.LIST.
|
| LongRangeValidator |
Validates that the given parameter is a long in a given range.
|
| MapValidator |
Validates parameters of type ModelType.OBJECT.
|
| MaskedAddressValidator |
Validates that the given parameter is a string that can be converted into a masked InetAddress.
|
| MaskedAddressValidator.ParsedResult |
|
| ModelTypeValidator |
Validates that the given parameter is of the correct type.
|
| MulticastAddressValidator |
Validates that a value can resolve to a multicast address.
|
| NillableOrExpressionParameterValidator |
ParameterValidator that validates undefined values and expression types, delegating to a provided
validator for everything else.
|
| ObjectTypeValidator |
Date: 16.11.2011
|
| OperationValidator |
Validates operations against the model controllers description providers
|
| ParametersValidator |
|
| PathAddressValidator |
Validates that a node can be converted to a PathAddress.
|
| PropertyValidator |
|
| StringAllowedValuesValidator |
|
| StringBytesLengthValidator |
Validates that the given parameter is a string of an allowed length in bytes.
|
| StringLengthValidator |
Validates that the given parameter is a string of an allowed length.
|
| SubnetValidator |
Validates that a String value can resolve to a subnet format based on class SubnetUtils in Apache Commons Net
|
| TimeUnitValidator |
|
| URIValidator |
|