Class RemotePropertySource


  • public class RemotePropertySource
    extends org.springframework.core.env.CompositePropertySource
    • 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
      RemotePropertySource​(String name)
      Create a new CompositePropertySource.
    • Constructor Detail

      • RemotePropertySource

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

      • getOriginOf

        public Optional<?> getOriginOf​(String propertyName)
      • getOriginAs

        public <T> T getOriginAs​(String propertyName,
                                 Class<T> originClass)