| Package | Description |
|---|---|
| org.springframework.boot.context.properties.source |
Sources for external configuration properties.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationPropertyName.Form |
ConfigurationPropertyName.Form.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationPropertyName.Form[] |
ConfigurationPropertyName.Form.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ConfigurationPropertyName.getElement(int elementIndex,
ConfigurationPropertyName.Form form)
Return an element in the name in the given form.
|
String |
ConfigurationPropertyName.getLastElement(ConfigurationPropertyName.Form form)
Return the last element in the name in the given form.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.