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 de.blizzy.documentr.markdown.macro.MacroBeanPostProcessor.java

@Component
@Slf4j
public class MacroBeanPostProcessor implements BeanPostProcessor {
    @Autowired
    private BeanFactory beanFactory;

From source file com.liferay.portal.spring.extender.internal.bean.ServiceReferenceAnnotationBeanPostProcessor.java

/**
 * @author Miguel Pastor
 */
public class ServiceReferenceAnnotationBeanPostProcessor
        implements ApplicationListener<ContextClosedEvent>, BeanPostProcessor {

From source file org.opencredo.esper.integration.config.xml.EsperWireTapChannelsBeanPostProcessor.java

public class EsperWireTapChannelsBeanPostProcessor implements BeanPostProcessor {

    @SuppressWarnings("rawtypes")
    private final Map channelPatternMappings;

    public EsperWireTapChannelsBeanPostProcessor(@SuppressWarnings("rawtypes") Map channelPatternMappings) {

From source file org.springframework.cloud.sleuth.instrument.web.TraceSpringDataBeanPostProcessor.java

/**
 * Bean post processor that wraps Spring Data REST Controllers in named Spans
 *
 * @author Marcin Grzejszczak
 * @since 1.0.3
 */

From source file de.iew.web.IscConfigurationServletContextInjector.java

/**
 * Manages the Smartclient configuration.
 * <p>
 * Stores the configuration in the {@link ServletContext}. We need the Smartclient
 * configuration for our Smartclient taglib.
 * </p>

From source file com.agileapes.motorex.cli.value.impl.SpringValueReaderContext.java

/**
 * This value reader context is defined so that Spring integration can be performed without
 * any problems
 *
 * @author Mohammad Milad Naseri (m.m.naseri@gmail.com)
 * @since 1.0 (2012/12/8, 16:55)

From source file my.school.spring.beans.ProfilingBeanPostProcessor.java

/**
 * @author skrymets
 */
@Component
public class ProfilingBeanPostProcessor implements BeanPostProcessor {

From source file com.agileapes.motorex.cli.target.impl.SpringExecutionTargetContext.java

/**
 * This implementation of the context and registry interfaces is an extension to
 * {@link DefaultExecutionTargetContext} and adds Spring support and automatic target
 * bean discovery to the framework.
 *
 * @author Mohammad Milad Naseri (m.m.naseri@gmail.com)

From source file org.netxilia.jaxrs.js.SpringBeanProcessor.java

/**
 * The processor will register any bean annotated with @Path once they are
 * initialize by Spring.
 * 
 * @author <a href="mailto:ax.craciun@gmail.com">Alexandru Craciun</a>
 * @version $Revision: 1 $

From source file cross.applicationContext.ConfiguringBeanPostProcessor.java

/**
 * <p>
 * Calls <code>configure</code> on a passed in bean after construction by an
 * application context.</p>
 *
 * <p>