枚举类的使用
org.springframework.boot.context.properties.source.ConfigurationPropertyState
程序包
说明
Sources for external configuration properties.
-
org.springframework.boot.context.properties.source中ConfigurationPropertyState的使用
修饰符和类型方法说明default ConfigurationPropertyState
ConfigurationPropertySource.containsDescendantOf
(ConfigurationPropertyName name) Returns if the source contains any descendants of the specified name.default ConfigurationPropertyState
IterableConfigurationPropertySource.containsDescendantOf
(ConfigurationPropertyName name) static ConfigurationPropertyState
返回带有指定名称的该类的枚举常量。static ConfigurationPropertyState[]
ConfigurationPropertyState.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同