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
ConstructorsConstructorDescriptionBootstrapPropertySource(org.springframework.core.env.EnumerablePropertySource<T> delegate) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.env.PropertySource<T>getProperty(String name) String[]Methods inherited from class org.springframework.core.env.EnumerablePropertySource
containsPropertyMethods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString