Uses of Enum Class
org.springframework.boot.env.ConfigTreePropertySource.Option
-
Uses of ConfigTreePropertySource.Option in org.springframework.boot.env
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConfigTreePropertySource.Option[]
ConfigTreePropertySource.Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionConfigTreePropertySource
(String name, Path sourceDirectory, ConfigTreePropertySource.Option... options) Create a newConfigTreePropertySource
instance.