Example usage for org.springframework.context.annotation AnnotationBeanNameGenerator subclass-usage

List of usage examples for org.springframework.context.annotation AnnotationBeanNameGenerator subclass-usage

Introduction

In this page you can find the example usage for org.springframework.context.annotation AnnotationBeanNameGenerator subclass-usage.

Usage

From source file com.qpark.eip.core.spring.FullQualifiedAnnotationBeanNameGenerator.java

/**
 * @author bhausen
 */
public class FullQualifiedAnnotationBeanNameGenerator extends AnnotationBeanNameGenerator {
    /**
     * Get the full qualified class name as part of the default spring bean id.

From source file org.elasticsoftware.elasticactors.spring.ActorAnnotationBeanNameGenerator.java

/**
 * @author Joost van de Wijgerd
 */
public class ActorAnnotationBeanNameGenerator extends AnnotationBeanNameGenerator {
    @Override
    protected boolean isStereotypeWithNameValue(String annotationType, Set<String> metaAnnotationTypes,

From source file org.talend.daikon.spring.BndToSpringBeanNameGenerator.java

/**
 * This class allow spring to recognize bnd @Component annotation as named Spring components. you can use iit like this
 * <br/>
 * <code>
 * &#64;ComponentScan(nameGenerator = BndToSpringBeanNameGenerator.class, includeFilters = @ComponentScan.Filter(type = FilterType.ANNOTATION, classes = aQute.bnd.annotation.component.Component.class) )
    

From source file com.github.persapiens.jsfboot.annotations.JsfCdiToSpringBeanNameGenerator.java

/**
 * Spring Bean Name Generator to support cdi and jsf annotations.
 * @author Marcelo Fernandes
 */
public class JsfCdiToSpringBeanNameGenerator extends AnnotationBeanNameGenerator {

From source file org.cleverbus.core.common.route.RouteBeanNameGenerator.java

/**
 * {@link BeanNameGenerator} implementation for bean classes annotated with the
 * {@link CamelConfiguration @CamelConfiguration} annotation.
 *
 * <p/>
 * Derives a default bean name from the given bean definition.