类 ConfigurationProperty

java.lang.Object
org.springframework.boot.context.properties.source.ConfigurationProperty
所有已实现的接口:
Comparable<ConfigurationProperty>, OriginProvider

public final class ConfigurationProperty extends Object implements OriginProvider, Comparable<ConfigurationProperty>
A single configuration property obtained from a ConfigurationPropertySource consisting of a name, value and optional origin.
从以下版本开始:
2.0.0
作者:
Phillip Webb, Madhura Bhave