@Validated @ConfigurationProperties(prefix="coffeenet") public class CoffeeNetConfigurationProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CoffeeNetConfigurationProperties.Profile |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEVELOPMENT |
static String |
INTEGRATION |
| Constructor and Description |
|---|
CoffeeNetConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedAuthorities()
Deprecated.
|
String |
getApplicationName() |
CoffeeNetConfigurationProperties.Profile |
getProfile() |
void |
setAllowedAuthorities(String allowedAuthorities)
Deprecated.
|
void |
setApplicationName(String applicationName) |
void |
setProfile(CoffeeNetConfigurationProperties.Profile profile) |
String |
toString() |
public static final String DEVELOPMENT
public static final String INTEGRATION
public CoffeeNetConfigurationProperties.Profile getProfile()
public void setProfile(CoffeeNetConfigurationProperties.Profile profile)
public String getApplicationName()
public void setApplicationName(String applicationName)
@Deprecated public String getAllowedAuthorities()
@Deprecated public void setAllowedAuthorities(String allowedAuthorities)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.