| Interface | Description |
|---|---|
| AllowedValuesValidator |
A validator that requires that values match one of the items in a defined list.
|
| MinMaxValidator |
A validator that checks whether the node complies with some sort of minimum or maximum.
|
| ParameterValidator |
Performs validation on detyped operation parameters.
|
| Class | Description |
|---|---|
| AbstractParameterValidator | |
| BytesValidator |
Validates that a parameter is a byte[] of an acceptable length.
|
| ChainedParameterValidator | |
| EnumValidator<E extends Enum<E>> |
ParameterValidator that validates the value is a string matching
one of the Enum types. |
| InetAddressValidator |
Validates that the given parameter is a string that can be converted into an InetAddress.
|
| IntRangeValidator |
Validates that the given parameter is a 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.
|
| OperationValidator |
Validates operations against the model controllers description providers
|
| ParametersOfValidator | |
| ParametersValidator |
Performs multiple
parameter validations against
a detyped operation. |
| StringLengthValidator |
Validates that the given parameter is a string of an allowed length.
|
| TimeUnitValidator |
ParameterValidator that validates the value is a string matching one of the TimeUnit names. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.