Class BootstrapPropertySource<T>

java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<T>
org.springframework.cloud.bootstrap.config.BootstrapPropertySource<T>

public class BootstrapPropertySource<T> extends org.springframework.core.env.EnumerablePropertySource<T>
Enumerable wrapper for a property source.
Author:
Ryan Baxter
  • 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
    BootstrapPropertySource(org.springframework.core.env.EnumerablePropertySource<T> delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.core.env.PropertySource<T>
     
     
     

    Methods inherited from class org.springframework.core.env.EnumerablePropertySource

    containsProperty

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

    equals, getName, getSource, hashCode, named, toString

    Methods inherited from class Object

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

    • BootstrapPropertySource

      public BootstrapPropertySource(org.springframework.core.env.EnumerablePropertySource<T> delegate)
  • Method Details

    • getProperty

      public Object getProperty(String name)
      Specified by:
      getProperty in class org.springframework.core.env.PropertySource<T>
    • getPropertyNames

      public String[] getPropertyNames()
      Specified by:
      getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<T>
    • getDelegate

      public org.springframework.core.env.PropertySource<T> getDelegate()