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

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

Introduction

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

Usage

From source file org.openspaces.pu.container.ProcessingUnitContainerContextBeanPostProcessor.java

/**
 * @author Niv Ingberg
 * @since 10.1.1
 */
public class ProcessingUnitContainerContextBeanPostProcessor implements BeanPostProcessor {
    private static final Log logger = LogFactory.getLog(ProcessingUnitContainerContextBeanPostProcessor.class);

From source file org.spring.guice.annotation.ModuleRegistryConfiguration.java

@Configuration
@Order(Ordered.HIGHEST_PRECEDENCE + 10)
public class ModuleRegistryConfiguration implements BeanPostProcessor {

    @Autowired
    private DefaultListableBeanFactory beanFactory;

From source file com.zhaimi.message.MessageListenerBeanPostProcessor.java

/**
 * MessageListenerBeanPostProcessor
 *
 * @author kk
 * @since 1.0
 */

From source file dk.clanie.actor.ActorAnnotationBeanPostProcessor.java

/**
 * Bean post-processor that automatically applies asynchronous invocation
 * behavior to any bean that carries the {@link Actor} annotation by adding
 * a corresponding {@link ActorAnnotationAdvisor} to the
 * exposed proxy (either an existing AOP proxy or a newly generated proxy that
 * implements all of the target's interfaces).

From source file com.ryantenney.metrics.spring.InjectMetricAnnotationBeanPostProcessor.java

class InjectMetricAnnotationBeanPostProcessor implements BeanPostProcessor, Ordered {

    private static final Logger LOG = LoggerFactory.getLogger(InjectMetricAnnotationBeanPostProcessor.class);

    private static final AnnotationFilter FILTER = new AnnotationFilter(InjectMetric.class);

From source file org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor.java

/**
 * {@link BeanPostProcessor} that applies all {@link WebServerFactoryCustomizer} beans
 * from the bean factory to {@link WebServerFactory} beans.
 *
 * @author Dave Syer
 * @author Phillip Webb

From source file net.paoding.rose.web.portal.impl.PortalBeanPostProcessor.java

/**
 * 
 * @author  [qieqie.wang@gmail.com]
 * 
 */
public class PortalBeanPostProcessor implements BeanPostProcessor, ApplicationContextAware {

From source file com.sinosoft.one.mvc.web.portal.impl.PortalBeanPostProcessor.java

/**
 * 
 *
 * 
 */
public class PortalBeanPostProcessor implements BeanPostProcessor, ApplicationContextAware {

From source file com.laxser.blitz.web.portal.impl.PortalBeanPostProcessor.java

/**
 * 
 *@author laxser  Date 2012-3-23 ?4:55:38
@contact [duqifan@gmail.com]
@PortalBeanPostProcessor.java
     

From source file com.mmnaseri.couteau.maven.mojo.SpringPluginConfigurator.java

/**
 * This bean should be used to enable the injection of the plugin executor into the requesting beans
 *
 * @author Milad Naseri (mmnaseri@programmer.net)
 * @since 1.0 (8/15/13, 1:23 PM)
 */