Package | Description |
---|---|
org.springframework.boot.context.properties |
Support for external configuration properties.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationPropertiesBean |
ConfigurationPropertiesBean.get(org.springframework.context.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(org.springframework.context.ApplicationContext applicationContext)
Return all
@ConfigurationProperties beans contained
in the given application context. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.