Uses of Interface
org.jboss.as.controller.transform.description.DiscardAttributeChecker
-
Packages that use DiscardAttributeChecker Package Description org.jboss.as.controller.transform.description -
-
Uses of DiscardAttributeChecker in org.jboss.as.controller.transform.description
Classes in org.jboss.as.controller.transform.description that implement DiscardAttributeChecker Modifier and Type Class Description classDefaultCheckersAndConverterUtility class combining the functionality ofDiscardAttributeChecker.DefaultDiscardAttributeChecker,RejectAttributeChecker.DefaultRejectAttributeCheckerandAttributeConverter.DefaultAttributeConverter.static classDiscardAttributeChecker.DefaultDiscardAttributeCheckerA default implementation of DiscardAttributeCheckerstatic classDiscardAttributeChecker.DiscardAttributeValueCheckerAn attribute checker that discards attributes if they are one or more allowed valuesFields in org.jboss.as.controller.transform.description declared as DiscardAttributeChecker Modifier and Type Field Description static DiscardAttributeCheckerDiscardAttributeChecker. ALWAYSA standard checker which will discard the attribute always.static DiscardAttributeCheckerDiscardAttributeChecker. DEFAULT_VALUEA standard checker which will discard the attribute if set to its default value.static DiscardAttributeCheckerDiscardAttributeChecker. UNDEFINEDA standard checker which will discard the attribute if it is undefined, as long as it is not an expressionMethods in org.jboss.as.controller.transform.description with parameters of type DiscardAttributeChecker Modifier and Type Method Description TBaseAttributeTransformationDescriptionBuilder. setDiscard(DiscardAttributeChecker discardChecker, String... discardedAttributes)Sets the DiscardChecker to be used to check if an attribute should be discarded.TBaseAttributeTransformationDescriptionBuilder. setDiscard(DiscardAttributeChecker discardChecker, Collection<AttributeDefinition> discardedAttributes)Sets the DiscardChecker to be used to check if an attribute should be discarded.TBaseAttributeTransformationDescriptionBuilder. setDiscard(DiscardAttributeChecker discardChecker, AttributeDefinition... discardedAttributes)Sets the DiscardChecker to be used to check if an attribute should be discarded.
-