Package org.nekosoft.pdffer.registry
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
match(org.springframework.core.type.classreading.MetadataReader reader, org.springframework.core.type.classreading.MetadataReaderFactory factory)
-
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 interfaceorg.springframework.core.type.filter.TypeFilter
-