| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.operations.validation |
| Class and Description |
|---|
| ParameterValidator
Performs validation on detyped operation parameters.
|
| Class and Description |
|---|
| AllowedValuesValidator
A validator that requires that values match one of the items in a defined list.
|
| BytesValidator
Validates that a parameter is a byte[] of an acceptable length.
|
EnumValidator
ParameterValidator that validates the value is a string matching
one of the Enum types. |
| MaskedAddressValidator.ParsedResult |
| MinMaxValidator
A validator that checks whether the node complies with some sort of minimum or maximum.
|
| ModelTypeValidator
Validates that the given parameter is of the correct type.
|
| ParametersValidator
Performs multiple
parameter validations against
a detyped operation. |
| ParameterValidator
Performs validation on detyped operation parameters.
|
| PathAddressValidator
Validates that a node can be converted to a
PathAddress. |
| 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 © 2020 JBoss by Red Hat. All rights reserved.