Package | Description |
---|---|
org.jboss.as.controller.operations.validation |
Modifier and Type | Method and Description |
---|---|
static <E extends Enum<E>> |
EnumValidator.create(Class<E> enumType,
boolean nullable,
boolean allowExpressions)
Creates a new validator for the enum type with all values of the enum allowed.
|
static <E extends Enum<E>> |
EnumValidator.create(Class<E> enumType,
boolean nullable,
boolean allowExpressions,
E... allowed)
Creates a new validator for the enum type with the allowed values defined in the
allowed parameter. |
static <E extends Enum<E>> |
EnumValidator.create(Class<E> enumType,
boolean nullable,
E... allowed)
Creates a new validator for the enum type with the allowed values defined in the
allowed parameter. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.