protected static class SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource extends org.springframework.core.env.SystemEnvironmentPropertySource implements OriginLookup<String>
SystemEnvironmentPropertySource
that also tracks Origin
.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
equals, getName, getSource, hashCode, named, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getOrigin
public Origin getOrigin(String key)
OriginLookup
null
if the origin cannot be
determined.getOrigin
in interface OriginLookup<String>
key
- the key to lookupnull
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.