Example usage for org.springframework.beans.factory.support BeanDefinitionRegistryPostProcessor interface-usage

List of usage examples for org.springframework.beans.factory.support BeanDefinitionRegistryPostProcessor interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.support BeanDefinitionRegistryPostProcessor interface-usage.

Usage

From source file com.capgemini.boot.core.factory.internal.SettingBackedBeanFactoryPostProcessor.java

/**
 * Finds all SettingsBackedBeanFactory beans, and registers SettingBackedBean bean definitions if factory methods exist.
 *
 */
public class SettingBackedBeanFactoryPostProcessor
        implements BeanDefinitionRegistryPostProcessor, ApplicationContextAware, EnvironmentAware {

From source file org.bigtester.ate.model.page.elementaction.SendKeysActionPostBeanProcessor.java

/**
 * This class CaseDataProcessor defines ....
 * 
 * @author Peidong Hu
 *
 */

From source file org.makersoft.orm.bootstrap.Bootstrap.java

/**
 * Class description goes here.
 * 
 * @version 2013-2-22 ?6:16:28
 * @author Feng Kuok
 */

From source file org.makersoft.activerecord.bootstrap.Bootstrap.java

/**
 * Class description goes here.
 * 
 * @version 2013-2-22 ?6:16:28
 * @author Feng Kuok
 */

From source file com.github.philippn.springremotingautoconfigure.client.annotation.HttpInvokerProxyFactoryBeanRegistrar.java

/**
 * @author Philipp Nanz
 */
@Configuration
public class HttpInvokerProxyFactoryBeanRegistrar implements BeanDefinitionRegistryPostProcessor {

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

public class MapperScannerConfigurer
        implements BeanDefinitionRegistryPostProcessor, InitializingBean, ApplicationContextAware, BeanNameAware {

    private String basePackage;

    private String configBeanName;

From source file org.tinygroup.springmvc.coc.ConventionBeanDefinitionRegistryPostProcessor.java

/**
 * ??
 * 
 * @author renhui
 * 
 */

From source file com.rvantwisk.cnctools.IndexerAppConfiguration.java

@Lazy
@Configuration
@Import(ScreensConfiguration.class)
@ComponentScan("com.rvantwisk.cnctools")
public class IndexerAppConfiguration implements BeanDefinitionRegistryPostProcessor {

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

/**
 * BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for
 * interfaces and registers them as {@code MapperFactoryBean}. Note that only interfaces with at
 * least one method will be registered; concrete classes will be ignored.
 * <p>
 * This class was a {code BeanFactoryPostProcessor} until 1.0.1 version. It changed to  

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

/**
 * BeanDefinitionRegistryPostProcessor that searches recursively starting from a
 * base package for interfaces and registers them as {@code MapperFactoryBean}.
 * Note that only interfaces with at least one method will be registered;
 * concrete classes will be ignored.
 * <p>