Example usage for org.springframework.beans.factory.config BeanFactoryPostProcessor interface-usage

List of usage examples for org.springframework.beans.factory.config BeanFactoryPostProcessor interface-usage

Introduction

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

Usage

From source file com.asual.summer.core.resource.PropertyResource.java

/**
 * 
 * @author Rostislav Hristov
 * @author Rostislav Georgiev
 *
 */

From source file com.jaspersoft.jasperserver.api.common.util.spring.AbstractBeanPropertyProcessor.java

/**
 * @author Lucian Chirita (lucianc@users.sourceforge.net)
 * @version $Id: AbstractBeanPropertyProcessor.java 47331 2014-07-18 09:13:06Z kklein $
 * 
 * From http://forum.springframework.org/showthread.php?t=30455&highlight=BeanFactoryPostProcessor :
 * 

From source file org.jboss.spring.cluster.CachePostProcessor.java

/**
 * Pojo cache / cluster post processor.
 *
 * @author <a href="mailto:ales.justin@jboss.com">Ales Justin</a>
 */
public class CachePostProcessor extends CacheLookup implements BeanFactoryPostProcessor, BeanPostProcessor {

From source file com.jaspersoft.jasperserver.api.common.util.spring.BeanDefinitionOverrider.java

/**
 * @author Lucian Chirita (lucianc@users.sourceforge.net)
 * @version $Id: BeanDefinitionOverrider.java 47331 2014-07-18 09:13:06Z kklein $
 */
public class BeanDefinitionOverrider implements BeanFactoryPostProcessor, Ordered {

From source file org.bytesoft.bytetcc.supports.spring.CompensableBeanFactoryPostProcessor.java

public class CompensableBeanFactoryPostProcessor implements BeanFactoryPostProcessor {
    static final Logger logger = LoggerFactory.getLogger(CompensableBeanFactoryPostProcessor.class);

    public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException {
        ClassLoader cl = Thread.currentThread().getContextClassLoader();

From source file org.springframework.yarn.integration.convert.ConversionServiceCreator.java

/**
 * Post processor which automatically creates an instance
 * of conversion service if it doesn't exists.
 *
 * @author Oleg Zhurakousky
 * @author Mark Fisher

From source file py.una.pol.karaku.test.configuration.TestBeanCreator.java

/**
 * Esta clase es la encargada de crear los beans de los tipos indicados en
 * {@link BaseTestConfiguration}
 * 
 * 
 * @author Rainer Reyes

From source file org.activiti.spring.components.config.xml.StateHandlerAnnotationBeanFactoryPostProcessor.java

/**
 * this class is responsible for registering the other {@link org.springframework.beans.factory.config.BeanFactoryPostProcessor}s
 * and {@link BeanFactoryPostProcessor}s.
 * <p/>
 * Particularly, this will register the {@link ActivitiStateHandlerRegistry} which is used to react to states.
 *

From source file org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor.java

/**
 * A {@link BeanFactoryPostProcessor} to register a Client Region bean, if necessary, for each Region accessible
 * to a Gemfire data source. If the Region is already defined, the definition will not be overridden.
 *
 * @author David Turanski
 * @author John Blum

From source file org.bytesoft.bytetcc.supports.dubbo.CompensableCoordinatorProcessor.java

import com.alibaba.dubbo.config.ApplicationConfig;

public class CompensableCoordinatorProcessor implements BeanFactoryPostProcessor {

    public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException {