public static class AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker extends Object implements AttributeTransformationRequirementChecker
AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker, AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementCheckerSIMPLE_EXPRESSIONS, SIMPLE_LIST_EXPRESSIONS| Constructor and Description |
|---|
AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker(Map<String,AttributeTransformationRequirementChecker> fields) |
| 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 AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker(Map<String,AttributeTransformationRequirementChecker> fields)
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 © 2015 JBoss by Red Hat. All rights reserved.