| Package | Description |
|---|---|
| org.jboss.as.controller.transform.description |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCheckersAndConverter
Utility class combining the functionality of
DiscardAttributeChecker.DefaultDiscardAttributeChecker, RejectAttributeChecker.DefaultRejectAttributeChecker
and AttributeConverter.DefaultAttributeConverter. |
static class |
DiscardAttributeChecker.DefaultDiscardAttributeChecker
A default implementation of DiscardAttributeChecker
|
static class |
DiscardAttributeChecker.DiscardAttributeValueChecker
An attribute checker that discards attributes if they are one or more allowed values
|
| Modifier and Type | Field and Description |
|---|---|
static DiscardAttributeChecker |
DiscardAttributeChecker.ALWAYS
A standard checker which will discard the attribute always.
|
static DiscardAttributeChecker |
DiscardAttributeChecker.DEFAULT_VALUE
A standard checker which will discard the attribute if set to its default value.
|
static DiscardAttributeChecker |
DiscardAttributeChecker.UNDEFINED
A standard checker which will discard the attribute if it is undefined, as long as it is not an expression
|
| Modifier and Type | Method and Description |
|---|---|
T |
BaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker,
AttributeDefinition... discardedAttributes)
Sets the DiscardChecker to be used to check if an attribute should be discarded.
|
T |
BaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker,
Collection<AttributeDefinition> discardedAttributes)
Sets the DiscardChecker to be used to check if an attribute should be discarded.
|
T |
BaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker,
String... discardedAttributes)
Sets the DiscardChecker to be used to check if an attribute should be discarded.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.