com.vaadin.flow.component.polymertemplate.

Class TemplateDataAnalyzer.ParserData

  • java.lang.Object
    • com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.ParserData
  • Enclosing class:

    TemplateDataAnalyzer


    public static class TemplateDataAnalyzer.ParserData
    extends Object

    Immutable parser data which may be stored in cache.

    • Constructor Detail

      • ParserData

        public ParserData(Map<Field,String> fields,
                          Map<String,String> tags,
                          Set<String> twoWayBindings,
                          Collection<com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.SubTemplateData> subTemplates)

        Constructs an immutable data object with the given information.

        Parameters:

        fields - a map of fields to their ids

        tags - a map of ids to their tags

        twoWayBindings - the properties which support two way binding

        subTemplates - data for sub templates

    • Method Detail

      • forEachInjectedField

        public void forEachInjectedField(TemplateDataAnalyzer.InjectableFieldCunsumer consumer)

        Applies the given consumer to each mapped field.

        Parameters:

        consumer - the consumer to call for each mapped field