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

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

Introduction

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

Usage

From source file com.vagas.app.configuration.SwaggerConfig.java

/**
 * Created by gaetani on 2/11/16.
 */
@Configuration
public class SwaggerConfig implements EnvironmentAware {

From source file com.uline.order.processing.config.SwaggerConfig.java

@Configuration
public class SwaggerConfig implements EnvironmentAware {

    private RelaxedPropertyResolver propertyResolver;

    @Override

From source file com.raibledesigns.camel.config.SwaggerConfig.java

@Configuration
public class SwaggerConfig implements EnvironmentAware {

    private RelaxedPropertyResolver propertyResolver;

    @Override

From source file moq.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file be.b2next.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file com.ngquerytool.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file com.brownbag.crud.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file com.test.jhipster.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file com.arkenoid.learn.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file com.ylyao.template.config.SwaggerConfig.java

/**
 * Created by xusheng on 12/16/14.
 */
@Configuration
@EnableSwagger
public class SwaggerConfig implements EnvironmentAware {