Package | Description |
---|---|
org.jboss.as.controller.operations.validation | |
org.jboss.as.logging.validators |
Modifier and Type | Class and Description |
---|---|
class |
ChainedParameterValidator |
class |
EnumValidator<E extends Enum<E>>
ParameterValidator that validates the value is a string matching
one of the Enum types. |
class |
NillableOrExpressionParameterValidator
ParameterValidator that validates undefined values and expression types, delegating to a provided
validator for everything else. |
class |
ObjectTypeValidator
Date: 16.11.2011
|
class |
ParametersOfValidator |
class |
TimeUnitValidator
ParameterValidator that validates the value is a string matching one of the TimeUnit names. |
Modifier and Type | Class and Description |
---|---|
class |
LogLevelValidator
Checks the value to see if it's a valid
Level . |
Copyright © 2023 JBoss by Red Hat. All rights reserved.