Package com.github.euler.preview
Class JODConverterPreviewGeneratorConfigConverter
- java.lang.Object
-
- com.github.euler.preview.AbstractPreviewGeneratorConfigConverter
-
- com.github.euler.preview.JODConverterPreviewGeneratorConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<com.github.euler.preview.PreviewGenerator>
public class JODConverterPreviewGeneratorConfigConverter extends AbstractPreviewGeneratorConfigConverter
-
-
Field Summary
-
Fields inherited from class com.github.euler.preview.AbstractPreviewGeneratorConfigConverter
PREVIEW_GENERATOR
-
-
Constructor Summary
Constructors Constructor Description JODConverterPreviewGeneratorConfigConverter()
-
Method Summary
All Methods Static 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)static intfindFreePort()-
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)
-
findFreePort
public static int findFreePort()
-
-