Package com.github.euler.sample
Class ObjectOrientedStyleSampleTypeConfigConverter
- java.lang.Object
-
- com.github.euler.sample.ObjectOrientedStyleSampleTypeConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<Object>
public class ObjectOrientedStyleSampleTypeConfigConverter extends Object implements TypeConfigConverter<Object>
-
-
Constructor Summary
Constructors Constructor Description ObjectOrientedStyleSampleTypeConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconfigType()Objectconvert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)Stringtype()-
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.TypeConfigConverter
getDescription
-
-
-
-
Method Detail
-
type
public String type()
- Specified by:
typein interfaceTypeConfigConverter<Object>
-
configType
public String configType()
- Specified by:
configTypein interfaceTypeConfigConverter<Object>
-
convert
public Object convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)
- Specified by:
convertin interfaceTypeConfigConverter<Object>
-
-