Package com.github.euler.elasticsearch
Class ElasticsearchClientConfigConverter
- java.lang.Object
-
- com.github.euler.elasticsearch.ElasticsearchClientConfigConverter
-
- All Implemented Interfaces:
ContextConfigConverter
public class ElasticsearchClientConfigConverter extends Object implements ContextConfigConverter
-
-
Constructor Summary
Constructors Constructor Description ElasticsearchClientConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigContextconvert(com.typesafe.config.ConfigValue value, ConfigContext configContext, TypesConfigConverter typesConfigConverter)Stringpath()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.euler.configuration.ContextConfigConverter
getDescription
-
-
-
-
Method Detail
-
path
public String path()
- Specified by:
pathin interfaceContextConfigConverter
-
convert
public ConfigContext convert(com.typesafe.config.ConfigValue value, ConfigContext configContext, TypesConfigConverter typesConfigConverter)
- Specified by:
convertin interfaceContextConfigConverter
-
-