类 AbstractNacosWebBeanTypeFilter
java.lang.Object
com.alibaba.nacos.server.AbstractNacosWebBeanTypeFilter
- 所有已实现的接口:
org.springframework.core.type.filter.TypeFilter
public abstract class AbstractNacosWebBeanTypeFilter
extends Object
implements org.springframework.core.type.filter.TypeFilter
Abstract TypeFilter to filter Nacos Web Bean or not.
- 作者:
- xiweng.yy
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected booleanisWebBean(org.springframework.core.type.classreading.MetadataReader metadataReader, org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.core.type.filter.TypeFilter
match
-
字段详细资料
-
WEB_BEAN_ANNOTATIONS
-
-
构造器详细资料
-
AbstractNacosWebBeanTypeFilter
public AbstractNacosWebBeanTypeFilter()
-
-
方法详细资料
-
isWebBean
protected boolean isWebBean(org.springframework.core.type.classreading.MetadataReader metadataReader, org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory) throws IOException - 抛出:
IOException
-