Uses of Enum Class
org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
Package
Description
Sources for external configuration properties.
-
Uses of ConfigurationPropertyName.Form in org.springframework.boot.context.properties.source
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConfigurationPropertyName.Form[]
ConfigurationPropertyName.Form.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConfigurationPropertyName.getElement
(int elementIndex, ConfigurationPropertyName.Form form) Return an element in the name in the given form.ConfigurationPropertyName.getLastElement
(ConfigurationPropertyName.Form form) Return the last element in the name in the given form.