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 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:
      match in interface org.springframework.core.type.filter.TypeFilter
      Throws:
      IOException