com.vaadin.flow.component.polymertemplate.

Class TemplateDataAnalyzer

  • java.lang.Object
    • com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer
  • Deprecated. 

    Use LitTemplateDataAnalyzer for LitTemplate components. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.


    @Deprecated
    public class TemplateDataAnalyzer
    extends Object

    Template data analyzer which produces immutable data required for template initializer using provided template class and a parser.

    For internal use only. May be renamed or removed in a future release.

    Since:

    1.0

    Author:

    Vaadin Ltd