@Configuration @ConditionalOnBean(value=org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.class) public class ConfigurationPropertiesRebinderAutoConfiguration extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.SmartInitializingSingleton
ConfigurationPropertiesRebinder.| Constructor and Description |
|---|
ConfigurationPropertiesRebinderAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSingletonsInstantiated() |
static ConfigurationPropertiesBeans |
configurationPropertiesBeans(org.springframework.context.ApplicationContext context) |
ConfigurationPropertiesRebinder |
configurationPropertiesRebinder(ConfigurationPropertiesBeans beans) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public ConfigurationPropertiesRebinderAutoConfiguration()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAware@Bean @ConditionalOnMissingBean(search=CURRENT) public static ConfigurationPropertiesBeans configurationPropertiesBeans(org.springframework.context.ApplicationContext context)
@Bean @ConditionalOnMissingBean(search=CURRENT) public ConfigurationPropertiesRebinder configurationPropertiesRebinder(ConfigurationPropertiesBeans beans)
public void afterSingletonsInstantiated()
afterSingletonsInstantiated in interface org.springframework.beans.factory.SmartInitializingSingletonCopyright © 2020 Pivotal Software, Inc.. All rights reserved.