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