Uses of Interface
org.jboss.as.controller.transform.description.DiscardAttributeChecker
Packages that use DiscardAttributeChecker
-
Uses of DiscardAttributeChecker in org.jboss.as.controller.transform.description
Classes in org.jboss.as.controller.transform.description that implement DiscardAttributeCheckerModifier and TypeClassDescriptionclassUtility class combining the functionality ofDiscardAttributeChecker.DefaultDiscardAttributeChecker,RejectAttributeChecker.DefaultRejectAttributeCheckerandAttributeConverter.DefaultAttributeConverter.static classA default implementation of DiscardAttributeCheckerstatic classAn attribute checker that discards attributes if they are one or more allowed valuesFields in org.jboss.as.controller.transform.description declared as DiscardAttributeCheckerModifier and TypeFieldDescriptionstatic final DiscardAttributeCheckerDiscardAttributeChecker.ALWAYSA standard checker which will discard the attribute always.static final DiscardAttributeCheckerDiscardAttributeChecker.DEFAULT_VALUEA standard checker which will discard the attribute if set to its default value.static final 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 DiscardAttributeCheckerModifier and TypeMethodDescriptionBaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker, String... discardedAttributes) Sets the DiscardChecker to be used to check if an attribute should be discarded.BaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker, Collection<AttributeDefinition> discardedAttributes) Sets the DiscardChecker to be used to check if an attribute should be discarded.BaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker, AttributeDefinition... discardedAttributes) Sets the DiscardChecker to be used to check if an attribute should be discarded.