Class PdfferTemplateExcludeFilter

java.lang.Object
org.nekosoft.pdffer.registry.PdfferTemplateExcludeFilter
All Implemented Interfaces:
org.springframework.core.type.filter.TypeFilter

public class PdfferTemplateExcludeFilter extends Object implements org.springframework.core.type.filter.TypeFilter
A component scanner filter that matches all classes that do not implement the PdfTemplate interface.
  • Constructor Details

    • PdfferTemplateExcludeFilter

      public PdfferTemplateExcludeFilter()
  • Method Details

    • match

      public boolean match(org.springframework.core.type.classreading.MetadataReader reader, org.springframework.core.type.classreading.MetadataReaderFactory factory)
      Specified by:
      match in interface org.springframework.core.type.filter.TypeFilter