Class DiscardUndefinedAttributesTransformer

java.lang.Object
org.jboss.as.controller.transform.DiscardUndefinedAttributesTransformer
All Implemented Interfaces:
OperationTransformer, ResourceTransformer

public class DiscardUndefinedAttributesTransformer extends Object implements ResourceTransformer, OperationTransformer
Transformer that hides new attributes from legacy slaves if the attribute value is undefined. A defined value leads to a log warning or an OperationFailedException unless the resource is ignored by the target.
Author:
Brian Stansberry (c) 2012 Red Hat Inc.