You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.polymertemplate.

Class TemplateDataAnalyzer

  • java.lang.Object
    • com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer
  • @Deprecated
    public class TemplateDataAnalyzer
    extends Object
    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.

    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