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

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

Introduction

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

Usage

From source file com.github.jmnarloch.spring.jaxrs.client.support.JaxRsClientClassPathScanner.java

/**
 * A class path scanner that scans the configured the base packages searching for JAX-RS {@link @Path}
 * annotated interfaces.
 *
 * @author Jakub Narloch
 */

From source file br.com.caelum.vraptor.ioc.spring.ComponentScanner.java

/**
 * @author Fabio Kung
 */
class ComponentScanner extends ClassPathBeanDefinitionScanner {

    private static final Logger logger = LoggerFactory.getLogger(ComponentScanner.class);

From source file darks.orm.spring.MapperClassDefinitionScanner.java

public class MapperClassDefinitionScanner extends ClassPathBeanDefinitionScanner {

    private static Logger log = LoggerFactory.getLogger(MapperClassDefinitionScanner.class);

    private BeanDefinitionRegistry registry;

From source file org.devproof.portal.core.config.factory.DevproofClassPathBeanDefinitionScanner.java

/**
 * Scans and registers the devproof stuff in spring way
 *
 * @author Carsten Hufe
 */
public class DevproofClassPathBeanDefinitionScanner extends ClassPathBeanDefinitionScanner {

From source file org.devefx.httpmapper.spring.mapper.ClassPathMapperScanner.java

public class ClassPathMapperScanner extends ClassPathBeanDefinitionScanner {

    private String configBeanName;

    private Class<? extends Annotation> annotationClass;

From source file org.mybatis.spring.mapper.MapperScanner.java

/**
 * A {@link ClassPathBeanDefinitionScanner} that registers Mappers by
 * {@code basePackage}, {@code annotationClass}, or {@code markerInterface}. If
 * an {@code annotationClass} and/or {@code markerInterface} is specified, only
 * the specified types will be searched (searching for all interfaces will be
 * disabled).

From source file org.mybatis.spring.mapper.ClassPathMapperScanner.java

/**
 * A {@link ClassPathBeanDefinitionScanner} that registers Mappers by
 * {@code basePackage}, {@code annotationClass}, or {@code markerInterface}. If
 * an {@code annotationClass} and/or {@code markerInterface} is specified, only
 * the specified types will be searched (searching for all interfaces will be
 * disabled).

From source file framework.generic.mybatis.ClassPathMapperScanner.java

/**
 * A {@link ClassPathBeanDefinitionScanner} that registers Mappers by
 * {@code basePackage}, {@code annotationClass}, or {@code markerInterface}. If
 * an {@code annotationClass} and/or {@code markerInterface} is specified, only
 * the specified types will be searched (searching for all interfaces will be
 * disabled).

From source file com.comstar.mars.env.EnvClassPathMapperScanner.java

/**
 * A {@link ClassPathBeanDefinitionScanner} that registers Mappers by
 * {@code basePackage}, {@code annotationClass}, or {@code markerInterface}. If
 * an {@code annotationClass} and/or {@code markerInterface} is specified, only
 * the specified types will be searched (searching for all interfaces will be
 * disabled).