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
-
-
Constructor Summary
Constructors Constructor Description SimpleBootstrapPropertySource(org.springframework.core.env.PropertySource<T> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.env.PropertySource<T>getDelegate()ObjectgetProperty(String name)
-
-
-
Constructor Detail
-
SimpleBootstrapPropertySource
public SimpleBootstrapPropertySource(org.springframework.core.env.PropertySource<T> delegate)
-
-