Class OriginTrackedCompositePropertySource
java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<Object>
org.springframework.core.env.CompositePropertySource
org.springframework.cloud.bootstrap.support.OriginTrackedCompositePropertySource
- All Implemented Interfaces:
org.springframework.boot.origin.OriginLookup<String>
public class OriginTrackedCompositePropertySource
extends org.springframework.core.env.CompositePropertySource
implements org.springframework.boot.origin.OriginLookup<String>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource
org.springframework.core.env.PropertySource.StubPropertySource -
Field Summary
Fields inherited from class org.springframework.core.env.PropertySource
logger, name, source -
Constructor Summary
ConstructorsConstructorDescriptionCreate a newCompositePropertySource. -
Method Summary
Methods inherited from class org.springframework.core.env.CompositePropertySource
addFirstPropertySource, addPropertySource, containsProperty, getProperty, getPropertyNames, getPropertySources, toStringMethods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, namedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.boot.origin.OriginLookup
getPrefix, isImmutable
-
Constructor Details
-
OriginTrackedCompositePropertySource
Create a newCompositePropertySource.- Parameters:
name- the name of the property source
-
-
Method Details
-
getOrigin
- Specified by:
getOriginin interfaceorg.springframework.boot.origin.OriginLookup<String>
-