Class NacosTypeExcludeFilter

java.lang.Object
com.alibaba.nacos.sys.filter.NacosTypeExcludeFilter
All Implemented Interfaces:
org.springframework.core.type.filter.TypeFilter

public class NacosTypeExcludeFilter extends Object implements org.springframework.core.type.filter.TypeFilter
Nacos server execute filter. To exclude some beans or features by config
Author:
xiweng.yy
  • Constructor Details

    • NacosTypeExcludeFilter

      public NacosTypeExcludeFilter()
  • 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