Class SimpleBootstrapPropertySource<T>


  • public class SimpleBootstrapPropertySource<T>
    extends org.springframework.core.env.PropertySource<T>
    Simple, non-enumerable PropertySource wrapper.
    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 Detail

      • SimpleBootstrapPropertySource

        public SimpleBootstrapPropertySource​(org.springframework.core.env.PropertySource<T> delegate)
    • Method Detail

      • getProperty

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

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