protected static class SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource extends SystemEnvironmentPropertySource implements OriginLookup<String>
SystemEnvironmentPropertySource
that also tracks Origin
.PropertySource.StubPropertySource
logger, name, source
Modifier and Type | Method and Description |
---|---|
Origin |
getOrigin(String key)
Return the origin of the given key or
null if the origin cannot be
determined. |
containsProperty, getProperty, isSecurityManagerPresent, resolvePropertyName
getPropertyNames
equals, getName, getSource, hashCode, named, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getOrigin, isImmutable
public Origin getOrigin(String key)
OriginLookup
null
if the origin cannot be
determined.getOrigin
in interface OriginLookup<String>
key
- the key to lookupnull