Class OriginTrackedCompositePropertySource

java.lang.Object
org.springframework.core.env.PropertySource<Object>
org.springframework.core.env.EnumerablePropertySource<Object>
org.springframework.core.env.CompositePropertySource
org.springframework.cloud.bootstrap.support.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
  • Constructor Summary

    Constructors
    Constructor
    Description
    Create a new CompositePropertySource.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable org.springframework.boot.origin.Origin
     

    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 class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OriginTrackedCompositePropertySource

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

    • getOrigin

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