protected static class SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource extends SystemEnvironmentPropertySource implements OriginLookup<String>
SystemEnvironmentPropertySource that also tracks Origin.PropertySource.StubPropertySourcelogger, 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, resolvePropertyNamegetPropertyNamesequals, getName, getSource, hashCode, named, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOrigin, isImmutablepublic Origin getOrigin(String key)
OriginLookupnull if the origin cannot be
determined.getOrigin in interface OriginLookup<String>key - the key to lookupnull