Package com.alibaba.nacos.sys.filter
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(org.springframework.core.type.classreading.MetadataReader metadataReader, org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory)
-
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:
matchin interfaceorg.springframework.core.type.filter.TypeFilter- Throws:
IOException
-