Class ConfigurationProperty

java.lang.Object
org.springframework.boot.context.properties.source.ConfigurationProperty
All Implemented Interfaces:
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.
Since:
2.0.0
Author:
Phillip Webb, Madhura Bhave