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 com.joshlong.activiti.coordinator.aop.ActivitiStateAnnotationBeanPostProcessor.java

/**
 * the idea is that this bean post processor is responsible for registering all beans
 * that have the {@link com.joshlong.activiti.coordinator.annotations.ActivitiState} annotation.
 *
 * @author Josh Long
 * @see org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor

From source file org.springframework.batch.core.configuration.support.JobRegistryBeanPostProcessor.java

/**
 * A {@link BeanPostProcessor} that registers {@link Job} beans with a
 * {@link JobRegistry}. Include a bean of this type along with your job
 * configuration, and use the same {@link JobRegistry} as a {@link JobLocator}
 * when you need to locate a {@link Job} to launch.
 *

From source file org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor.java

/**
 * Dubbo Config Binding {@link BeanPostProcessor}
 *
 * @see EnableDubboConfigBinding
 * @see DubboConfigBindingRegistrar
 * @since 2.5.8

From source file py.una.pol.karaku.log.LogPostProcessor.java

/**
 * {@link BeanPostProcessor} encargado de inyectar los {@link Logger} a travs
 * de la anotacin {@link Log}.
 * <p>
 * Se utiliza el mtodo {@link #postProcessBeforeInitialization(Object, String)}
 * por que si se utiliza el mtodo

From source file net.zcarioca.zcommons.config.spring.ConfigurationInjectionPostProcessor.java

/**
 * This is the Spring Post Processor which implements the configuration
 * injection. It can be easily inserted into your Application Context as
 * follows:
 * 
 * <pre>

From source file org.cloudfoundry.identity.uaa.security.web.SecurityFilterChainPostProcessor.java

import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.BeanPostProcessor;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.jmx.export.annotation.ManagedAttribute;
import org.springframework.jmx.export.annotation.ManagedResource;

From source file org.broadleafcommerce.common.extensibility.context.merge.AbstractMergeBeanPostProcessor.java

/**
 * <p>
 * Contains useful processing code for merge bean post processors. The BeanPostProcessor instances can
 * be used to merge additional collection members into collections declared elsewhere. In effect, this allows
 * an implementer to only declare the collection members they're currently interested in cause those members
 * to be merged into a larger, pre-existing list. This is more desirable than a traditional, comprehensive

From source file org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientBeanPostProcessor.java

/**
 * {@link BeanPostProcessor} to wrap a {@link WebClient} instance into its trace
 * representation
 *
 * @author Marcin Grzejszczak
 * @since 2.0.0

From source file org.activiti.spring.components.aop.ActivitiStateAnnotationBeanPostProcessor.java

/**
 * the idea is that this bean post processor is responsible for registering all beans
 * that have the {@link  State} annotation.
 *
 * @author Josh Long
 * @since 5.3

From source file org.arrow.service.engine.config.BusinessConditionBeanPostProcessor.java

/**
 * {@link BeanPostProcessor} implementation used to generate proxies of
 * {@link BusinessCondition} instances in order to give these instances the
 * ability to continue BPMN processes.
 *
 * @author christian.weber