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