类 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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • FullBeanNameGenerator

      public FullBeanNameGenerator()
  • 方法详细资料

    • buildDefaultBeanName

      protected String buildDefaultBeanName(org.springframework.beans.factory.config.BeanDefinition definition)
      覆盖:
      buildDefaultBeanName 在类中 org.springframework.context.annotation.AnnotationBeanNameGenerator