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
-
-
Constructor Summary
Constructors Constructor Description BootstrapPropertySource(org.springframework.core.env.EnumerablePropertySource<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)String[]getPropertyNames()
-
-
-
Constructor Detail
-
BootstrapPropertySource
public BootstrapPropertySource(org.springframework.core.env.EnumerablePropertySource<T> delegate)
-
-
Method Detail
-
getProperty
public Object getProperty(String name)
- Specified by:
getPropertyin classorg.springframework.core.env.PropertySource<T>
-
getPropertyNames
public String[] getPropertyNames()
- Specified by:
getPropertyNamesin classorg.springframework.core.env.EnumerablePropertySource<T>
-
getDelegate
public org.springframework.core.env.PropertySource<T> getDelegate()
-
-