public static class AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker extends Object implements AttributeTransformationRequirementChecker
AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker, AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementCheckerSIMPLE_EXPRESSIONS, SIMPLE_LIST_EXPRESSIONS| Constructor and Description |
|---|
ListAttributeTransformationRequirementChecker(AttributeTransformationRequirementChecker elementChecker) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAttributeTransformationRequired(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.
|
public ListAttributeTransformationRequirementChecker(AttributeTransformationRequirementChecker elementChecker)
public boolean isAttributeTransformationRequired(String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)
AttributeTransformationRequirementCheckerisAttributeTransformationRequired in interface AttributeTransformationRequirementCheckerattributeName - the name of the attributeattributeValue - the value of the attributecontext - the context of the transformationtrue if the attribute or parameter value is not understandable by the target process and also
cannot be transformed, false otherwiseCopyright © 2016 JBoss by Red Hat. All rights reserved.