Uses of Enum Class
org.springframework.boot.context.properties.source.ConfigurationPropertyState
Package
Description
Sources for external configuration properties.
-
Uses of ConfigurationPropertyState in org.springframework.boot.context.properties.source
Modifier and TypeMethodDescriptiondefault ConfigurationPropertyState
ConfigurationPropertySource.containsDescendantOf
(ConfigurationPropertyName name) Returns if the source contains any descendants of the specified name.default ConfigurationPropertyState
IterableConfigurationPropertySource.containsDescendantOf
(ConfigurationPropertyName name) static ConfigurationPropertyState
Returns the enum constant of this class with the specified name.static ConfigurationPropertyState[]
ConfigurationPropertyState.values()
Returns an array containing the constants of this enum class, in the order they are declared.