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

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

Introduction

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

Usage

From source file com.dianping.simple.spring.TestInstantiationAwareBeanPostProcessor.java

/**
 * TODO Comment of TestInstantiationAwareBeanPostProcessor
 * @author wenwei.li
 *
 */
public class TestInstantiationAwareBeanPostProcessor implements InstantiationAwareBeanPostProcessor {

From source file de.luzzifa.spring.test.CustomBeanPostProcessor.java

/**
 * TODO: pupose of this class
 * <p style="font-style:italic;font-variant:small-caps;font-size:80%">
 * Copyright &copy; Luzzifa.de 2013 All rights reserved.
 * </p>
 * 

From source file de.taimos.springcxfdaemon.remote.RemoteServiceBeanPostProcessor.java

@SuppressWarnings("serial")
public class RemoteServiceBeanPostProcessor
        implements InstantiationAwareBeanPostProcessor, EmbeddedValueResolverAware, BeanFactoryAware, Serializable {

    private transient ConfigurableListableBeanFactory beanFactory;
    private transient StringValueResolver resolver;

From source file de.taimos.dvalin.interconnect.core.spring.InterconnectBeanPostProcessor.java

@Component
@SuppressWarnings("serial")
public class InterconnectBeanPostProcessor
        implements InstantiationAwareBeanPostProcessor, BeanFactoryAware, Serializable {

    private transient ConfigurableListableBeanFactory beanFactory;

From source file de.taimos.dvalin.jaxrs.remote.RemoteServiceBeanPostProcessor.java

@SuppressWarnings("serial")
@Component
public class RemoteServiceBeanPostProcessor
        implements InstantiationAwareBeanPostProcessor, EmbeddedValueResolverAware, BeanFactoryAware, Serializable {

    private transient ConfigurableListableBeanFactory beanFactory;

From source file de.taimos.dvalin.test.jaxrs.TestProxyBeanPostProcessor.java

@SuppressWarnings("serial")
@TestComponent
public class TestProxyBeanPostProcessor
        implements InstantiationAwareBeanPostProcessor, EmbeddedValueResolverAware, BeanFactoryAware, Serializable {

    private transient ConfigurableListableBeanFactory beanFactory;

From source file de.taimos.dvalin.cloud.aws.AWSClientBeanPostProcessor.java

@Component
@SuppressWarnings("serial")
public class AWSClientBeanPostProcessor
        implements InstantiationAwareBeanPostProcessor, EmbeddedValueResolverAware, BeanFactoryAware, Serializable {

    private transient ConfigurableListableBeanFactory beanFactory;