@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
Constructor and Description |
---|
ConfigurationPropertiesRebinderAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
afterSingletonsInstantiated() |
ConfigurationPropertiesBeans |
configurationPropertiesBeans() |
ConfigurationPropertiesRebinder |
configurationPropertiesRebinder(ConfigurationPropertiesBeans beans,
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor binder) |
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 ConfigurationPropertiesBeans configurationPropertiesBeans()
@Bean @ConditionalOnMissingBean(search=CURRENT) public ConfigurationPropertiesRebinder configurationPropertiesRebinder(ConfigurationPropertiesBeans beans, org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor binder)
public void afterSingletonsInstantiated()
afterSingletonsInstantiated
in interface org.springframework.beans.factory.SmartInitializingSingleton
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.