Uses of Class
org.jboss.as.controller.operations.validation.EnumValidator
Packages that use EnumValidator
-
Uses of EnumValidator in org.jboss.as.controller.operations.validation
Methods in org.jboss.as.controller.operations.validation that return EnumValidatorModifier and TypeMethodDescriptionstatic <E extends Enum<E>>
EnumValidator<E>Creates a new validator for the enum type that accepts all enum values.static <E extends Enum<E>>
EnumValidator<E>Creates a new validator for the enum type with the allowed values defined in theallowedparameter.static <E extends Enum<E>>
EnumValidator<E>Creates a new validator for the enum type with the allowed values defined in theallowedparameter.