Uses of Class
org.springframework.boot.context.properties.ConfigurationPropertiesBean
Package
Description
Support for external configuration properties.
-
Uses of ConfigurationPropertiesBean in org.springframework.boot.context.properties
Modifier and TypeMethodDescriptionstatic ConfigurationPropertiesBean
ConfigurationPropertiesBean.get
(ApplicationContext applicationContext, Object bean, String beanName) Return a@ConfigurationPropertiesBean
instance for the given bean details ornull
if the bean is not a@ConfigurationProperties
object.Modifier and TypeMethodDescriptionstatic Map<String,
ConfigurationPropertiesBean> ConfigurationPropertiesBean.getAll
(ApplicationContext applicationContext) Return all@ConfigurationProperties
beans contained in the given application context.