Package com.github.euler.preview
Class PreviewCacheStorageStrategyConfigConverter
- java.lang.Object
-
- com.github.euler.common.AbstractStorageStrategyConfigConverter
-
- com.github.euler.preview.PreviewCacheStorageStrategyConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<StorageStrategy>
public class PreviewCacheStorageStrategyConfigConverter extends AbstractStorageStrategyConfigConverter
-
-
Constructor Summary
Constructors Constructor Description PreviewCacheStorageStrategyConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconfigType()StorageStrategyconvert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)protected com.typesafe.config.ConfiggetConfig(com.typesafe.config.Config config)-
Methods inherited from class com.github.euler.common.AbstractStorageStrategyConfigConverter
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 StorageStrategy convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)
-
getConfig
protected com.typesafe.config.Config getConfig(com.typesafe.config.Config config)
-
-