Class SimpleBootstrapPropertySource<T>
java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.cloud.bootstrap.config.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 Summary
ConstructorsConstructorDescriptionSimpleBootstrapPropertySource(org.springframework.core.env.PropertySource<T> delegate) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.env.PropertySource<T>getProperty(String name) Methods inherited from class org.springframework.core.env.PropertySource
containsProperty, equals, getName, getSource, hashCode, named, toString
-
Constructor Details
-
SimpleBootstrapPropertySource
-
-
Method Details
-
getProperty
- Specified by:
getPropertyin classorg.springframework.core.env.PropertySource<T>
-
getDelegate
-