Interface AttributeAdapter

    • Method Detail

      • mapAttributeFor

        void mapAttributeFor​(Object inputAttributeValue,
                             Field fieldFor,
                             DifferentialFunction on)
        Map the attribute using the specified field on the specified function on adapting the given input type to the type of the field for the specified function.
        Parameters:
        inputAttributeValue - the evaluate to adapt
        fieldFor - the field for
        on - the function to map on