Class AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker

java.lang.Object
org.jboss.as.controller.transform.AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker
All Implemented Interfaces:
AttributeTransformationRequirementChecker
Enclosing interface:
AttributeTransformationRequirementChecker

public static class AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker extends Object implements AttributeTransformationRequirementChecker
  • Constructor Details

  • Method Details

    • isAttributeTransformationRequired

      public boolean isAttributeTransformationRequired(String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)
      Description copied from interface: AttributeTransformationRequirementChecker
      Gets whether the given attribute or parameter value is not understandable by the target process and needs to be transformed.
      Specified by:
      isAttributeTransformationRequired in interface AttributeTransformationRequirementChecker
      Parameters:
      attributeName - the name of the attribute
      attributeValue - the value of the attribute
      context - the context of the transformation
      Returns:
      true if the attribute or parameter value is not understandable by the target process and also cannot be transformed, false otherwise