Package com.github.euler.preview
Class AbstractPreviewGeneratorConfigConverter
- java.lang.Object
-
- com.github.euler.preview.AbstractPreviewGeneratorConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<com.github.euler.preview.PreviewGenerator>
- Direct Known Subclasses:
ImagePreviewGeneratorConfigConverter,JODConverterPreviewGeneratorConfigConverter,PDFBoxPreviewGeneratorConfigConverter
public abstract class AbstractPreviewGeneratorConfigConverter extends Object implements TypeConfigConverter<com.github.euler.preview.PreviewGenerator>
-
-
Field Summary
Fields Modifier and Type Field Description static StringPREVIEW_GENERATOR
-
Constructor Summary
Constructors Constructor Description AbstractPreviewGeneratorConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
configType, convert, getDescription
-
-
-
-
Field Detail
-
PREVIEW_GENERATOR
public static final String PREVIEW_GENERATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public String type()
- Specified by:
typein interfaceTypeConfigConverter<com.github.euler.preview.PreviewGenerator>
-
-