Class OriginTrackedCompositePropertySource

  • All Implemented Interfaces:
    org.springframework.boot.origin.OriginLookup<String>

    public class OriginTrackedCompositePropertySource
    extends org.springframework.core.env.CompositePropertySource
    implements org.springframework.boot.origin.OriginLookup<String>
    • 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 Description
      org.springframework.boot.origin.Origin getOrigin​(String name)  
      • Methods inherited from class org.springframework.core.env.CompositePropertySource

        addFirstPropertySource, addPropertySource, containsProperty, getProperty, getPropertyNames, getPropertySources, toString
      • Methods inherited from class org.springframework.core.env.PropertySource

        equals, getName, getSource, hashCode, named
      • Methods inherited from interface org.springframework.boot.origin.OriginLookup

        getPrefix, isImmutable
    • Constructor Detail

      • OriginTrackedCompositePropertySource

        public OriginTrackedCompositePropertySource​(String name)
        Create a new CompositePropertySource.
        Parameters:
        name - the name of the property source
    • Method Detail

      • getOrigin

        public org.springframework.boot.origin.Origin getOrigin​(String name)
        Specified by:
        getOrigin in interface org.springframework.boot.origin.OriginLookup<String>