Example usage for org.springframework.beans.factory.config InstantiationAwareBeanPostProcessorAdapter subclass-usage

List of usage examples for org.springframework.beans.factory.config InstantiationAwareBeanPostProcessorAdapter subclass-usage

Introduction

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

Usage

From source file org.jasig.cas.util.annotation.AbstractAnnotationBeanPostProcessor.java

/**
 * Abstract processor to assist in retrieving fields to check for annotations.
 * 
 * @author Scott Battaglia
 * @version $Revision: 1.5 $ $Date: 2007/04/13 20:01:22 $
 * @since 3.1

From source file org.makersoft.log.LoggerAnnotationBeanPostProcessor.java

/**
 * Logger.
 */
public class LoggerAnnotationBeanPostProcessor extends InstantiationAwareBeanPostProcessorAdapter
        implements MergedBeanDefinitionPostProcessor, PriorityOrdered, BeanFactoryAware {

From source file com.greenline.hrs.admin.web.war.conf.InjectBeanPostProcessor.java

@Component
public class InjectBeanPostProcessor extends InstantiationAwareBeanPostProcessorAdapter {

    @Autowired
    private PropertyConfigurer propertyConfigurer;

From source file org.sarons.spring4me.web.widget.bind.support.AnnotationMethodHandlerAdapterPostProcessor.java

/***
 * Spring 3.0 required
 * @author gavin
 * @since 0.4.0
 * @create Feb 12, 2012 - 11:25:59 AM
 */

From source file org.sarons.spring4me.web.widget.bind.support.RequestMappingHandlerAdapterPostProcessor.java

/**
 * Spring 3.1 required
 * @author Gavin
 * @since 0.4.0
 * @create 2012-3-19 - ?9:07:40
 */

From source file org.apache.camel.spring.postprocessor.MagicAnnotationPostProcessor.java

/**
 * Trivial post processor which sets the value of the annotation to the field it is applied to
 */
@Component
public class MagicAnnotationPostProcessor extends InstantiationAwareBeanPostProcessorAdapter {

From source file org.synyx.hades.dao.orm.DaoInterfaceAwareBeanPostProcessor.java

/**
 * A
 * {@link org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor}
 * implementing {@code #predictBeanType(Class, String)} to return the configured
 * DAO interface from {@link GenericDaoFactoryBean}s. This is done as shortcut
 * to prevent the need of instantiating {@link GenericDaoFactoryBean}s just to

From source file de.olivergierke.ninjector.FieldInjectionRejectingBeanPostProcessor.java

/**
 * {@link BeanPostProcessor} to scan bean classes to be created for injection annotations on fields and rejecting the
 * instantiation of those bean types.
 * 
 * @author Oliver Gierke
 */

From source file org.springframework.data.repository.core.support.RepositoryInterfaceAwareBeanPostProcessor.java

/**
 * A {@link org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor} implementing
 * {@code #predictBeanType(Class, String)} to return the configured repository interface from
 * {@link RepositoryFactoryBeanSupport}s. This is done as shortcut to prevent the need of instantiating
 * {@link RepositoryFactoryBeanSupport}s just to find out what repository interface they actually create.
 * 

From source file com.sinosoft.one.data.jpa.repository.support.OneRepositoryInterfaceAwareBeanPostProcessor.java

/**
 * A {@link org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor} implementing
 * {@code #predictBeanType(Class, String)} to return the configured repository interface from
 * {@link org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport}s. This is done as shortcut to prevent the need of instantiating
 * {@link org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport}s just to find out what repository interface they actually create.
 *