Package | Description |
---|---|
org.jboss.as.controller.operations.validation |
Modifier and Type | Class and Description |
---|---|
class |
BytesValidator
Validates that a parameter is a byte[] of an acceptable length.
|
class |
ChainedParameterValidator |
class |
IntRangeValidator
Validates that the given parameter is an int in a given range.
|
class |
LongRangeValidator
Validates that the given parameter is a long in a given range.
|
class |
MulticastAddressValidator
Validates that a value can resolve to a multicast address.
|
class |
NillableOrExpressionParameterValidator
ParameterValidator that validates undefined values and expression types, delegating to a provided
validator for everything else. |
class |
ParametersOfValidator |
class |
StringBytesLengthValidator
Validates that the given parameter is a string of an allowed length in bytes.
|
class |
StringLengthValidator
Validates that the given parameter is a string of an allowed length.
|
class |
URIValidator
A
ParameterValidator to verify that a parameter is a correctly formed URI. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.