Package com.github.euler.file
Class FileStreamFactoryConfigConverter
- java.lang.Object
-
- com.github.euler.common.AbstractStreamFactoryConfigConverter
-
- com.github.euler.file.FileStreamFactoryConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<StreamFactory>
public class FileStreamFactoryConfigConverter extends AbstractStreamFactoryConfigConverter
-
-
Constructor Summary
Constructors Constructor Description FileStreamFactoryConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconfigType()StreamFactoryconvert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)-
Methods inherited from class com.github.euler.common.AbstractStreamFactoryConfigConverter
type
-
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
-
convert
public StreamFactory convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)
-
configType
public String configType()
-
-