org.springframework.boot.env

Class SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource

  • java.lang.Object
    • org.springframework.core.env.PropertySource<T>
      • org.springframework.core.env.EnumerablePropertySource<Map<String,Object>>
        • org.springframework.core.env.MapPropertySource
          • org.springframework.core.env.SystemEnvironmentPropertySource
            • org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class org.springframework.core.env.SystemEnvironmentPropertySource

        containsProperty, getProperty, isSecurityManagerPresent, resolvePropertyName
      • Methods inherited from class org.springframework.core.env.MapPropertySource

        getPropertyNames
      • Methods inherited from class org.springframework.core.env.PropertySource

        equals, getName, getSource, hashCode, named, toString
    • Method Detail

      • getOrigin

        public Origin getOrigin(String key)
        Description copied from interface: OriginLookup
        Return the origin of the given key or null if the origin cannot be determined.
        Specified by:
        getOrigin in interface OriginLookup<String>
        Parameters:
        key - the key to lookup
        Returns:
        the origin of the key or null

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.