See: Description
Interface | Description |
---|---|
ConfigurationPropertiesBindHandlerAdvisor |
Allows additional functionality to be applied to the
BindHandler used by the
ConfigurationPropertiesBindingPostProcessor . |
PropertyMapper.SourceOperator |
An operation that can be applied to a
PropertyMapper.Source . |
Class | Description |
---|---|
ConfigurationBeanFactoryMetadata |
Utility class to memorize
@Bean definition meta data during initialization of
the bean factory. |
ConfigurationPropertiesBindingPostProcessor | |
ConfigurationPropertiesBindingPostProcessorRegistrar |
ImportBeanDefinitionRegistrar for binding externalized application properties
to ConfigurationProperties beans. |
PropertyMapper |
Utility that can be used to map values from a supplied source to a destination.
|
PropertyMapper.Source<T> |
A source that is in the process of being mapped.
|
Exception | Description |
---|---|
ConfigurationPropertiesBindException |
Exception thrown when
@ConfigurationProperties binding
fails. |
Annotation Type | Description |
---|---|
ConfigurationProperties |
Annotation for externalized configuration.
|
ConfigurationPropertiesBinding |
Qualifier for beans that are needed to configure the binding of
ConfigurationProperties (e.g. |
DeprecatedConfigurationProperty |
Indicates that a getter in a
ConfigurationProperties object is deprecated. |
EnableConfigurationProperties |
Enable support for
ConfigurationProperties annotated beans. |
NestedConfigurationProperty |
Indicates that a field in a
ConfigurationProperties object should be treated as
if it were a nested type. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.