Class FqnAnnotationBeanNameGenerator

  • All Implemented Interfaces:
    org.springframework.beans.factory.support.BeanNameGenerator

    public class FqnAnnotationBeanNameGenerator
    extends org.springframework.context.annotation.AnnotationBeanNameGenerator
    A AnnotationBeanNameGenerator which returns the fully qualified name as default bean name.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String buildDefaultBeanName​(org.springframework.beans.factory.config.BeanDefinition definition)  
      • Methods inherited from class org.springframework.context.annotation.AnnotationBeanNameGenerator

        buildDefaultBeanName, determineBeanNameFromAnnotation, generateBeanName, isStereotypeWithNameValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FqnAnnotationBeanNameGenerator

        public FqnAnnotationBeanNameGenerator()
    • Method Detail

      • buildDefaultBeanName

        protected java.lang.String buildDefaultBeanName​(org.springframework.beans.factory.config.BeanDefinition definition)
        Overrides:
        buildDefaultBeanName in class org.springframework.context.annotation.AnnotationBeanNameGenerator
        Since:
        2.0.0