| Package | Description |
|---|---|
| org.jboss.as.controller |
| Modifier and Type | Class and Description |
|---|---|
class |
PropagatingCorrector
This implementation propagates properties present in the current
attribute value but missing from the new value.
|
| Modifier and Type | Field and Description |
|---|---|
protected ParameterCorrector |
AbstractAttributeDefinitionBuilder.corrector
Deprecated.
use
AbstractAttributeDefinitionBuilder.getCorrector() as this field will be made private in a future release |
static ParameterCorrector |
MapAttributeDefinition.LIST_TO_MAP_CORRECTOR |
static ParameterCorrector |
CaseParameterCorrector.TO_LOWER
Converts the string value of the
newValue into lowercase only if the value is not already in lowercase. |
static ParameterCorrector |
CaseParameterCorrector.TO_UPPER
Converts the string value of the
newValue into uppercase only if the value is not already in uppercase. |
| Modifier and Type | Method and Description |
|---|---|
ParameterCorrector |
AttributeDefinition.getCorrector()
Gets the corrector used to correct values before checking that they comply with the attribute's definition.
|
ParameterCorrector |
AbstractAttributeDefinitionBuilder.getCorrector() |
| Modifier and Type | Method and Description |
|---|---|
BUILDER |
AbstractAttributeDefinitionBuilder.setCorrector(ParameterCorrector corrector)
Sets a
ParameterCorrector to use to adjust any user provided values
before validation
occurs. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.