Package com.github.euler.preview
Class ImagePreviewGeneratorConfigConverter
- java.lang.Object
-
- com.github.euler.preview.AbstractPreviewGeneratorConfigConverter
-
- com.github.euler.preview.ImagePreviewGeneratorConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<com.github.euler.preview.PreviewGenerator>
public class ImagePreviewGeneratorConfigConverter extends AbstractPreviewGeneratorConfigConverter
-
-
Field Summary
-
Fields inherited from class com.github.euler.preview.AbstractPreviewGeneratorConfigConverter
PREVIEW_GENERATOR
-
-
Constructor Summary
Constructors Constructor Description ImagePreviewGeneratorConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconfigType()com.github.euler.preview.PreviewGeneratorconvert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)protected com.typesafe.config.ConfiggetConfig(com.typesafe.config.Config config)protected com.typesafe.config.ConfiggetDefaultConfig()-
Methods inherited from class com.github.euler.preview.AbstractPreviewGeneratorConfigConverter
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
-
configType
public String configType()
-
convert
public com.github.euler.preview.PreviewGenerator convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)
-
getConfig
protected com.typesafe.config.Config getConfig(com.typesafe.config.Config config)
-
getDefaultConfig
protected com.typesafe.config.Config getDefaultConfig()
-
-