Uses of Package
org.jboss.as.controller.operations.validation
-
Packages that use org.jboss.as.controller.operations.validation Package Description org.jboss.as.controller org.jboss.as.controller.operations.validation -
Classes in org.jboss.as.controller.operations.validation used by org.jboss.as.controller Class Description ParameterValidator Performs validation on detyped operation parameters. -
Classes in org.jboss.as.controller.operations.validation used by org.jboss.as.controller.operations.validation Class 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 ParameterValidatorthat validates the value is a string matching one of theEnumtypes.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 multipleparameter validationsagainst a detyped operation.ParameterValidator Performs validation on detyped operation parameters.PathAddressValidator Validates that a node can be converted to aPathAddress.StringLengthValidator Validates that the given parameter is a string of an allowed length.TimeUnitValidator ParameterValidatorthat validates the value is a string matching one of theTimeUnitnames.