Interface TemplateDataAnalyzer.InjectableFieldCunsumer

    • Method Detail

      • apply

        void apply​(Field field,
                   String id,
                   String tag)
        Performs this operation on the given arguments.

        The arguments are: the field declared in a template class, the identifier of the element inside the HTML template file, the element tag.

        Specified by:
        apply in interface InjectableFieldConsumer
        Parameters:
        field - the field declared in a template class
        id - the element id
        tag - the element tag