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.daphne.es.common.spring.SpeedUpSpringProcessor.java

/**
 * spring?bean
 * <p>User: Zhang Kaitao
 * <p>Date: 13-6-3 ?9:47
 * <p>Version: 1.0
 */

From source file com.sishuok.es.common.spring.SpeedUpSpringProcessor.java

/**
 * spring?bean
 * <p>User: Zhang Kaitao
 * <p>Date: 13-6-3 ?9:47
 * <p>Version: 1.0
 */

From source file com.thinker.arch.common.spring.SpeedUpSpringProcessor.java

/**
 * spring?bean
 * <p>User: Zhang Kaitao
 * <p>Date: 13-6-3 ?9:47
 * <p>Version: 1.0
 */

From source file org.jacp.project.processor.StatelessScopedPostProcessor.java

/**
 * This PostProcessr declares all beans with type AStatelessCallbackComponent to scope prototype
 * @author Andy Moncsek
 *
 */
public final class StatelessScopedPostProcessor implements BeanFactoryPostProcessor {

From source file io.github.hzpz.spring.boot.autoconfigure.mongeez.MongoDbFactoryDependsOnPostProcessor.java

/**
 * {@link BeanFactoryPostProcessor} that can be used to dynamically declare that all
 * {@link MongoDbFactory} beans should "depend on" a specific bean.
 *
 * @author Timo Kockert
 * @see BeanDefinition#setDependsOn(String[])

From source file com.bt.aloha.util.HousekeepingTimerTask.java

/**
 * Do housekeeping on any Spring bean that implements Housekeepable
 */
public class HousekeepingTimerTask extends TimerTask implements BeanFactoryPostProcessor {
    private Log log = LogFactory.getLog(this.getClass());

From source file ch.digitalfondue.npjt.QueryRepositoryScanner.java

public class QueryRepositoryScanner implements BeanFactoryPostProcessor {

    private final QueryFactory queryFactory;
    private final String[] packagesToScan;

    public QueryRepositoryScanner(QueryFactory queryFactory, String... packagesToScan) {

From source file org.vaadin.spring.navigator.internal.VaadinViewScope.java

/**
 * Implementation of Spring's {@link org.springframework.beans.factory.config.Scope} that binds the views
 * and dependent beans to the visibility of the view, i.e. the scope is activated when a user navigates
 * into a view and destroyed when the user navigates out of the view.
 * Registered by default as the scope "{@value #VAADIN_VIEW_SCOPE_NAME}".
 *

From source file org.openlegacy.support.AbstractAnnotationProccesor.java

public abstract class AbstractAnnotationProccesor implements BeanFactoryPostProcessor {

    protected List<String> loadersPackages;

    @Override
    public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException {

From source file org.springframework.beans.factory.config.CustomEditorConfigurer.java

/**
 * {@link BeanFactoryPostProcessor} implementation that allows for convenient
 * registration of custom {@link PropertyEditor property editors}.
 *
 * <p>In case you want to register {@link PropertyEditor} instances,
 * the recommended usage as of Spring 2.0 is to use custom