org.springframework.boot.env

Class OriginTrackedMapPropertySource

  • java.lang.Object
    • org.springframework.core.env.PropertySource<T>
      • org.springframework.core.env.EnumerablePropertySource<Map<String,Object>>
        • org.springframework.core.env.MapPropertySource
          • org.springframework.boot.env.OriginTrackedMapPropertySource
    • 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
    • Constructor Detail

      • OriginTrackedMapPropertySource

        public OriginTrackedMapPropertySource(String name,
                                              Map source)
    • Method Detail

      • getProperty

        public Object getProperty(String name)
        Overrides:
        getProperty in class org.springframework.core.env.MapPropertySource
      • getOrigin

        public Origin getOrigin(String name)
        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:
        name - the key to lookup
        Returns:
        the origin of the key or null

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