| 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 | Deprecated
Adds no value versus implementing the interface directly
|
| 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 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
|
| ParametersOfValidator | Deprecated |
| ParametersValidator |
Performs multiple
parameter validations against
a detyped operation. |
| 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 |
ParameterValidator that validates the value is a string matching one of the TimeUnit names. |
| URIValidator |
A
ParameterValidator to verify that a parameter is a correctly formed URI. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.