Class IntArrayIntIndexAdapter

    • Constructor Detail

      • IntArrayIntIndexAdapter

        public IntArrayIntIndexAdapter()
    • Method Detail

      • mapAttributeFor

        public void mapAttributeFor​(Object inputAttributeValue,
                                    Field fieldFor,
                                    DifferentialFunction on)
        Description copied from interface: AttributeAdapter
        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.
        Specified by:
        mapAttributeFor in interface AttributeAdapter
        Parameters:
        inputAttributeValue - the evaluate to adapt
        fieldFor - the field for
        on - the function to map on