Class AbstractZookeeperPropertySource
java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<org.apache.curator.framework.CuratorFramework>
org.springframework.cloud.zookeeper.config.AbstractZookeeperPropertySource
- Direct Known Subclasses:
ZookeeperPropertySource
public abstract class AbstractZookeeperPropertySource
extends org.springframework.core.env.EnumerablePropertySource<org.apache.curator.framework.CuratorFramework>
A
EnumerablePropertySource that has a notion of a context which is the root
folder in Zookeeper.- Since:
- 1.0.0
- 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
ConstructorsConstructorDescriptionAbstractZookeeperPropertySource(String context, org.apache.curator.framework.CuratorFramework source) -
Method Summary
Methods inherited from class org.springframework.core.env.EnumerablePropertySource
containsProperty, getPropertyNamesMethods inherited from class org.springframework.core.env.PropertySource
equals, getName, getProperty, getSource, hashCode, named, toString
-
Constructor Details
-
AbstractZookeeperPropertySource
public AbstractZookeeperPropertySource(String context, org.apache.curator.framework.CuratorFramework source)
-
-
Method Details
-
sanitizeKey
-
getContext
-