Uses of Class
org.springframework.boot.context.properties.ConfigurationPropertiesBean
Packages that use ConfigurationPropertiesBean
Package
Description
Support for external configuration properties.
-
Uses of ConfigurationPropertiesBean in org.springframework.boot.context.properties
Methods in org.springframework.boot.context.properties that return ConfigurationPropertiesBeanModifier 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.Methods in org.springframework.boot.context.properties that return types with arguments of type ConfigurationPropertiesBeanModifier and TypeMethodDescriptionstatic Map<String,
ConfigurationPropertiesBean> ConfigurationPropertiesBean.getAll
(ApplicationContext applicationContext) Return all@ConfigurationProperties
beans contained in the given application context.