Package | Description |
---|---|
org.springframework.boot.cloud |
Low level support for Cloud deployments.
|
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
org.springframework.boot.context.properties.bind |
Support for
@ConfigurationProperties binding. |
Modifier and Type | Method and Description |
---|---|
boolean |
CloudPlatform.isEnforced(Binder binder)
Determines if the platform is enforced by looking at the
"spring.main.cloud-platform" configuration property. |
Modifier and Type | Method and Description |
---|---|
Binder |
ConfigDataLocationResolverContext.getBinder()
Provides access to a binder that can be used to obtain previously contributed
values.
|
Constructor and Description |
---|
StandardConfigDataLocationResolver(Log logger,
Binder binder,
ResourceLoader resourceLoader)
Create a new
StandardConfigDataLocationResolver instance. |
Modifier and Type | Method and Description |
---|---|
static Binder |
Binder.get(Environment environment)
Create a new
Binder instance from the specified environment. |
static Binder |
Binder.get(Environment environment,
BindHandler defaultBindHandler)
Create a new
Binder instance from the specified environment. |
Binder |
BindContext.getBinder()
Return the source binder that is performing the bind operation.
|