Class ExcludeBasyxTypeFilter
java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx2.server.apps.common.ExcludeBasyxTypeFilter
- All Implemented Interfaces:
org.springframework.core.type.filter.TypeFilter
public class ExcludeBasyxTypeFilter
extends Object
implements org.springframework.core.type.filter.TypeFilter
Excludes all BaSyX classes in classpath from spring component scan.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(org.springframework.core.type.classreading.MetadataReader metadataReader, org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory)
-
Constructor Details
-
ExcludeBasyxTypeFilter
public ExcludeBasyxTypeFilter()
-
-
Method Details
-
match
public boolean match(org.springframework.core.type.classreading.MetadataReader metadataReader, org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory) throws IOException - Specified by:
matchin interfaceorg.springframework.core.type.filter.TypeFilter- Throws:
IOException
-