See: Description
| Class | Description |
|---|---|
| ApplicationConfigurationMetadataResolver |
Used to retrieve metadata about the configuration properties that can alter an application's behavior.
|
| ApplicationConfigurationMetadataResolverAutoConfiguration |
Automatically exposes an
ApplicationConfigurationMetadataResolver if none is already registered. |
| BootApplicationConfigurationMetadataResolver |
An
ApplicationConfigurationMetadataResolver that knows how to look inside Spring Boot uber-jars. |
| BootClassLoaderFactory |
Strategy interface for creating a ClassLoader that mimics the one used when
a boot uber-jar runs.
|
| DelegatingApplicationConfigurationMetadataResolver |
An
ApplicationConfigurationMetadataResolver that tries several delegates in turn,
returning the results of the first one that ApplicationConfigurationMetadataResolver.supports(Resource)
an app. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.