Uses of Class
org.jboss.as.controller.operations.validation.EnumValidator
-
Packages that use EnumValidator Package Description org.jboss.as.controller.operations.validation -
-
Uses of EnumValidator in org.jboss.as.controller.operations.validation
Methods in org.jboss.as.controller.operations.validation that return EnumValidator Modifier and Type Method Description static <E extends Enum<E>>
EnumValidator<E>EnumValidator. create(Class<E> enumType, E... allowed)Creates a new validator for the enum type with the allowed values defined in theallowedparameter.static <E extends Enum<E>>
EnumValidator<E>EnumValidator. create(Class<E> enumType, EnumSet<E> allowed)Creates a new validator for the enum type with the allowed values defined in theallowedparameter.
-