Class AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker
- java.lang.Object
-
- org.jboss.as.controller.transform.AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker
-
- All Implemented Interfaces:
AttributeTransformationRequirementChecker
- Enclosing interface:
- AttributeTransformationRequirementChecker
public static class AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker extends Object implements AttributeTransformationRequirementChecker
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.transform.AttributeTransformationRequirementChecker
AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker, AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.controller.transform.AttributeTransformationRequirementChecker
SIMPLE_EXPRESSIONS, SIMPLE_LIST_EXPRESSIONS
-
-
Constructor Summary
Constructors Constructor Description ListAttributeTransformationRequirementChecker(AttributeTransformationRequirementChecker elementChecker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAttributeTransformationRequired(String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)Gets whether the given attribute or parameter value is not understandable by the target process and needs to be transformed.
-
-
-
Constructor Detail
-
ListAttributeTransformationRequirementChecker
public ListAttributeTransformationRequirementChecker(AttributeTransformationRequirementChecker elementChecker)
-
-
Method Detail
-
isAttributeTransformationRequired
public boolean isAttributeTransformationRequired(String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)
Description copied from interface:AttributeTransformationRequirementCheckerGets whether the given attribute or parameter value is not understandable by the target process and needs to be transformed.- Specified by:
isAttributeTransformationRequiredin interfaceAttributeTransformationRequirementChecker- Parameters:
attributeName- the name of the attributeattributeValue- the value of the attributecontext- the context of the transformation- Returns:
trueif the attribute or parameter value is not understandable by the target process and also cannot be transformed,falseotherwise
-
-