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
-
public class ConsulFilesPropertySource extends ConsulPropertySource
- Author:
- Spencer Gibb
-
-
Constructor Summary
Constructors Constructor Description ConsulFilesPropertySource(String context, com.ecwid.consul.v1.ConsulClient source, ConsulConfigProperties configProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidinit(com.ecwid.consul.v1.kv.model.GetValue value)-
Methods inherited from class org.springframework.cloud.consul.config.ConsulPropertySource
generateProperties, getConfigProperties, getContext, getDecoded, getInitialIndex, getProperties, getProperty, getPropertyNames, parsePropertiesInKeyValueFormat, parsePropertiesWithNonKeyValueFormat, parseValue
-
-
-
-
Constructor Detail
-
ConsulFilesPropertySource
public ConsulFilesPropertySource(String context, com.ecwid.consul.v1.ConsulClient source, ConsulConfigProperties configProperties)
-
-
Method Detail
-
init
public void init()
- Overrides:
initin classConsulPropertySource
-
init
public void init(com.ecwid.consul.v1.kv.model.GetValue value)
-
-