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.ff4j.aop.FeatureAdvisor.java

/**
 * When Proxified, analyze bean to eventually invoke ANOTHER implementation (flip up).
 * 
 * @author <a href="mailto:cedrick.lunven@gmail.com">Cedrick LUNVEN</a>
 */
@Component("ff.advisor")

From source file com.alibaba.dubbo.config.spring.AnnotationBean.java

/**
 * AnnotationBean
 *
 * @author william.liangf
 * @export
 */

From source file org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor.java

/**
 * A {@link BeanPostProcessor} implementation that processes method-level
 * annotations such as @{@link OnContainerStart}.
 *
 * @author Mark Fisher
 * @author Marius Bogoevici

From source file org.apache.camel.spring.CamelBeanPostProcessor.java

/**
 * A bean post processor which implements the <a href="http://camel.apache.org/bean-integration.html">Bean Integration</a>
 * features in Camel. Features such as the <a href="http://camel.apache.org/bean-injection.html">Bean Injection</a> of objects like
 * {@link Endpoint} and
 * {@link org.apache.camel.ProducerTemplate} together with support for
 * <a href="http://camel.apache.org/pojo-consuming.html">POJO Consuming</a> via the

From source file org.jsconf.core.ConfigurationFactory.java

public class ConfigurationFactory implements ApplicationContextAware, BeanFactoryPostProcessor, BeanPostProcessor {

    private final Logger log = LoggerFactory.getLogger(this.getClass());
    private final Set<String> beanName = new HashSet<>();
    private final Set<String> proxyBeanName = new HashSet<>();
    private final List<WatchResource> watcher = new ArrayList<>();

From source file reactor.spring.context.ConsumerBeanPostProcessor.java

/**
 * @author Jon Brisbin
 */
public class ConsumerBeanPostProcessor implements BeanPostProcessor, BeanFactoryAware {

    private static final List<MethodResolver> METHOD_RESOLVERS = Arrays

From source file org.finra.dm.dao.Log4jOverridableConfigurer.java

/**
 * Configure Log4J based on a possible resource override location, a possible database override location, and a default resource location, in that order. An
 * optional refresh interval can also be specified if the Log4J configuration should be monitored for changes at every "refresh interval" and re-initialized if
 * changes are found.
 * <p/>
 * This class will write to System.out and System.err for output before the logging is successfully initialized. Once the logging is initialized, logging will

From source file com.liferay.arkadiko.bean.AKBeanPostProcessor.java

/**
 * @author Raymond Aug
 */
public class AKBeanPostProcessor extends SimpleInstantiationStrategy
        implements BeanFactoryPostProcessor, BeanPostProcessor, Ordered {

From source file org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor.java

/**
 * A {@link BeanPostProcessor} implementation that processes method-level
 * messaging annotations such as @Transformer, @Splitter, @Router, and @Filter.
 * 
 * @author Mark Fisher
 * @author Marius Bogoevici

From source file org.springframework.richclient.command.support.DefaultCommandManager.java

/**
 * @author Keith Donald
 */
public class DefaultCommandManager implements CommandManager, BeanPostProcessor, BeanFactoryAware {
    private final Log logger = LogFactory.getLog(getClass());