Uses of Interface
org.jboss.as.controller.operations.validation.MinMaxValidator
Packages that use MinMaxValidator
-
Uses of MinMaxValidator in org.jboss.as.controller.operations.validation
Classes in org.jboss.as.controller.operations.validation that implement MinMaxValidatorModifier and TypeClassDescriptionclassValidates that a parameter is a byte[] of an acceptable length.classclassValidates that the given parameter is an int in a given range.classValidates parameters of typeModelType.LIST.classValidates that the given parameter is a long in a given range.classValidates that a value can resolve to a multicast address.classParameterValidatorthat validates undefined values and expression types, delegating to a provided validator for everything else.classValidates that the given parameter is a string of an allowed length in bytes.classValidates that the given parameter is a string of an allowed length.classValidates that a String value can resolve to a subnet format based on class SubnetUtils in Apache Commons NetclassAParameterValidatorto verify that a parameter is a correctly formed URI.