Example usage for org.springframework.context EmbeddedValueResolverAware interface-usage

List of usage examples for org.springframework.context EmbeddedValueResolverAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.context EmbeddedValueResolverAware interface-usage.

Usage

From source file com.guxuede.gdxFramework.util.support.DateTimeFormatAnnotationFormatterFactory.java

/**
 * Formats fields annotated with the {@link DateTimeFormat} annotation using
 * a {@link DateFormatter}.
 *
 * @author Phillip Webb
 * @since 3.2

From source file com.trenako.format.IntegerAnnotationFormatterFactory.java

/**
 * @author Carlo Micieli
 */
public class IntegerAnnotationFormatterFactory
        implements AnnotationFormatterFactory<IntegerFormat>, EmbeddedValueResolverAware {

From source file com.developmentsprint.spring.breaker.support.CircuitBreakerAspectSupport.java

public abstract class CircuitBreakerAspectSupport
        implements InitializingBean, ApplicationContextAware, EmbeddedValueResolverAware {

    private CircuitManager circuitManager;

    private boolean initialized = false;

From source file com.timeline.vpn.web.common.MyFormattingConversionServiceFactoryBean.java

/**
 * 
 * @ClassName: MyFormattingConversionServiceFactoryBean
 * @Description: FormattingConversionServiceFactoryBeanprivateget
 * @author gqli
 * @date 2016113 ?9:29:04

From source file org.spring.beans.BeanAtValueAnnotationTest.java

/**
 * The BeanAtValueAnnotationTest class is a test suite of test cases testing the contract and functionality
 * of the Spring Bean @Value annotation.
 *
 * @author John Blum
 * @see org.springframework.test.context.ContextConfiguration

From source file com.github.springfox.loader.SpringfoxLoaderConfig.java

@EnableConfigurationProperties
@Configuration
@ComponentScan(basePackageClasses = SpringfoxLoaderConfig.class)
public class SpringfoxLoaderConfig extends WebMvcConfigurerAdapter
        implements ApplicationContextAware, EmbeddedValueResolverAware {

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.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;