public final class OriginTrackedMapPropertySource extends org.springframework.core.env.MapPropertySource implements OriginLookup<String>
OriginTrackedValue| Constructor and Description | 
|---|
OriginTrackedMapPropertySource(String name,
                              Map source)  | 
| Modifier and Type | Method and Description | 
|---|---|
Origin | 
getOrigin(String name)
Return the origin of the given key or  
null if the origin cannot be
 determined. | 
Object | 
getProperty(String name)  | 
containsProperty, getPropertyNamesequals, getName, getSource, hashCode, named, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOriginpublic Object getProperty(String name)
getProperty in class org.springframework.core.env.MapPropertySourcepublic Origin getOrigin(String name)
OriginLookupnull if the origin cannot be
 determined.getOrigin in interface OriginLookup<String>name - the key to lookupnullCopyright © 2018 Pivotal Software, Inc.. All rights reserved.