Interface AttributeTransformationRequirementChecker

    • Method Detail

      • isAttributeTransformationRequired

        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.
        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