@Validated
@ConfigurationProperties(prefix="coffeenet")
public class CoffeeNetConfigurationProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CoffeeNetConfigurationProperties.Profile |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEVELOPMENT |
static java.lang.String |
INTEGRATION |
| Constructor and Description |
|---|
CoffeeNetConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAllowedAuthorities()
Deprecated.
|
java.lang.String |
getApplicationName() |
CoffeeNetConfigurationProperties.Profile |
getProfile() |
void |
setAllowedAuthorities(java.lang.String allowedAuthorities)
Deprecated.
|
void |
setApplicationName(java.lang.String applicationName) |
void |
setProfile(CoffeeNetConfigurationProperties.Profile profile) |
java.lang.String |
toString() |
public static final java.lang.String DEVELOPMENT
public static final java.lang.String INTEGRATION
public CoffeeNetConfigurationProperties.Profile getProfile()
public void setProfile(CoffeeNetConfigurationProperties.Profile profile)
public java.lang.String getApplicationName()
public void setApplicationName(java.lang.String applicationName)
@Deprecated public java.lang.String getAllowedAuthorities()
@Deprecated public void setAllowedAuthorities(java.lang.String allowedAuthorities)
public java.lang.String toString()
toString in class java.lang.Object