Package-level declarations

Support for external configuration properties.

See also

Types

Link copied to clipboard
Bean to record and provide bound @ConfigurationProperties.
Link copied to clipboard
Annotation for externalized configuration.
Link copied to clipboard
Provides access to @ConfigurationProperties bean details, regardless of if the annotation was used directly or on a @Bean factory method.
Link copied to clipboard
Allows additional functionality to be applied to the BindHandler used by the ConfigurationPropertiesBindingPostProcessor.
Link copied to clipboard
Qualifier for beans that are needed to configure the binding of @ConfigurationProperties (e.g.
Link copied to clipboard
abstract class ConstructorBound
Helper class to programmatically bind configuration properties that use constructor injection.
Link copied to clipboard
Indicates that a getter in a @ConfigurationProperties object is deprecated.
Link copied to clipboard
Exception thrown when the application has configured an incompatible set of ConfigurationProperties keys.
Link copied to clipboard
Indicates that a property in a @ConfigurationProperties object should be treated as if it were a nested type.
Link copied to clipboard
Utility that can be used to map values from a supplied source to a destination.