Class IdCollector


  • @Deprecated
    public class IdCollector
    extends IdCollector
    Deprecated.
    Use IdCollector instead. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
    Collects information of @Id mapped fields in a template class.

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

    Since:
    2.0
    • Constructor Detail

      • IdCollector

        public IdCollector​(Class<?> templateClass,
                           String templateFile,
                           org.jsoup.nodes.Element templateRoot)
        Deprecated.
        Creates a collector the the given template.
        Parameters:
        templateClass - the template class, containing the @Id fields
        templateFile - The name of the file containing the template or null if not available null
        templateRoot - The root element of the template or null if not available