ConfigurationPropertiesBindingPostProcessor

BeanPostProcessor to bind PropertySources to beans annotated with @ConfigurationProperties.

Author

Dave Syer

Phillip Webb

Christian Dupuis

Stephane Nicoll

Madhura Bhave

Since

1.0.0

Constructors

constructor()

Properties

Link copied to clipboard
The bean name that this post-processor is registered with.
Link copied to clipboard
val HIGHEST_PRECEDENCE: Int = -2147483648
Link copied to clipboard
val LOWEST_PRECEDENCE: Int = 2147483647

Functions

Link copied to clipboard
Link copied to clipboard
open fun getOrder(): Int
Link copied to clipboard
open fun postProcessAfterInitialization(bean: Any, beanName: String): Any
Link copied to clipboard
open fun postProcessBeforeInitialization(bean: Any, beanName: String): Any
Link copied to clipboard
open fun register(registry: BeanDefinitionRegistry)
Register a ConfigurationPropertiesBindingPostProcessor bean if one is not already registered.
Link copied to clipboard
open fun setApplicationContext(applicationContext: ApplicationContext)