Class ConsulFilesPropertySource
java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<com.ecwid.consul.v1.ConsulClient>
org.springframework.cloud.consul.config.ConsulPropertySource
org.springframework.cloud.consul.config.ConsulFilesPropertySource
- Author:
- Spencer Gibb
-
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
ConstructorsConstructorDescriptionConsulFilesPropertySource(String context, com.ecwid.consul.v1.ConsulClient source, ConsulConfigProperties configProperties) -
Method Summary
Methods inherited from class org.springframework.cloud.consul.config.ConsulPropertySource
generateProperties, getConfigProperties, getContext, getDecoded, getInitialIndex, getProperties, getProperty, getPropertyNames, parsePropertiesInKeyValueFormat, parsePropertiesWithNonKeyValueFormat, parseValueMethods inherited from class org.springframework.core.env.EnumerablePropertySource
containsPropertyMethods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
-
Constructor Details
-
ConsulFilesPropertySource
public ConsulFilesPropertySource(String context, com.ecwid.consul.v1.ConsulClient source, ConsulConfigProperties configProperties)
-
-
Method Details
-
init
public void init()- Overrides:
initin classConsulPropertySource
-
init
public void init(com.ecwid.consul.v1.kv.model.GetValue value)
-