Class ConfigurationPropertiesBean

java.lang.Object
org.springframework.boot.context.properties.ConfigurationPropertiesBean

public final class ConfigurationPropertiesBean extends Object
Provides access to @ConfigurationProperties bean details, regardless of if the annotation was used directly or on a @Bean factory method. This class can be used to access all configuration properties beans in an ApplicationContext, or individual beans on a case-by-case basis (for example, in a BeanPostProcessor).
Since:
2.2.0
Author:
Phillip Webb
See Also: