Package | Description |
---|---|
org.springframework.boot.context.properties |
Support for external configuration properties.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationPropertiesBean.BindMethod |
ConfigurationPropertiesBean.getBindMethod()
Return the property binding method that was used for the bean.
|
static ConfigurationPropertiesBean.BindMethod |
ConfigurationPropertiesBean.BindMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationPropertiesBean.BindMethod[] |
ConfigurationPropertiesBean.BindMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|