クラス ConfigurationProperty

java.lang.ObjectSE
org.springframework.boot.context.properties.source.ConfigurationProperty
実装されたすべてのインターフェース:
ComparableSE<ConfigurationProperty>OriginProvider

public final class ConfigurationProperty extends ObjectSE implements OriginProvider, ComparableSE<ConfigurationProperty>
namevalue、オプションの origin で構成される ConfigurationPropertySource から取得される単一の構成プロパティ。
導入:
2.0.0
作成者:
Phillip Webb, Madhura Bhave