Package org.hglteam.config.remote
Class RemotePropertySource
- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- org.springframework.core.env.EnumerablePropertySource<Object>
-
- org.springframework.core.env.CompositePropertySource
-
- org.hglteam.config.remote.RemotePropertySource
-
public class RemotePropertySource extends org.springframework.core.env.CompositePropertySource
-
-
Constructor Summary
Constructors Constructor Description RemotePropertySource(String name)Create a newCompositePropertySource.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetOriginAs(String propertyName, Class<T> originClass)Optional<?>getOriginOf(String propertyName)-
Methods inherited from class org.springframework.core.env.CompositePropertySource
addFirstPropertySource, addPropertySource, containsProperty, getProperty, getPropertyNames, getPropertySources, toString
-
-
-
-
Constructor Detail
-
RemotePropertySource
public RemotePropertySource(String name)
Create a newCompositePropertySource.- Parameters:
name- the name of the property source
-
-