类 FullBeanNameGenerator
java.lang.Object
org.springframework.context.annotation.AnnotationBeanNameGenerator
com.publiccms.common.handler.FullBeanNameGenerator
- 所有已实现的接口:
org.springframework.beans.factory.support.BeanNameGenerator
public class FullBeanNameGenerator
extends org.springframework.context.annotation.AnnotationBeanNameGenerator
-
字段概要
从类继承的字段 org.springframework.context.annotation.AnnotationBeanNameGenerator
INSTANCE
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected String
buildDefaultBeanName
(org.springframework.beans.factory.config.BeanDefinition definition) 从类继承的方法 org.springframework.context.annotation.AnnotationBeanNameGenerator
buildDefaultBeanName, determineBeanNameFromAnnotation, generateBeanName, isStereotypeWithNameValue
-
构造器详细资料
-
FullBeanNameGenerator
public FullBeanNameGenerator()
-
-
方法详细资料
-
buildDefaultBeanName
protected String buildDefaultBeanName(org.springframework.beans.factory.config.BeanDefinition definition) - 覆盖:
buildDefaultBeanName
在类中org.springframework.context.annotation.AnnotationBeanNameGenerator
-