Package com.github.euler.tika.metadata
Class ValueReplaceMetadataOperationConfigConverter
- java.lang.Object
-
- com.github.euler.tika.metadata.AbstractMetadataOperationConfigConverter
-
- com.github.euler.tika.metadata.ValueReplaceMetadataOperationConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<MetadataOperation>
public class ValueReplaceMetadataOperationConfigConverter extends AbstractMetadataOperationConfigConverter
-
-
Field Summary
-
Fields inherited from class com.github.euler.tika.metadata.AbstractMetadataOperationConfigConverter
TYPE
-
-
Constructor Summary
Constructors Constructor Description ValueReplaceMetadataOperationConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconfigType()MetadataOperationconvert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)protected com.typesafe.config.ConfiggetDefaultConfig()-
Methods inherited from class com.github.euler.tika.metadata.AbstractMetadataOperationConfigConverter
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 MetadataOperation convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)
-
getDefaultConfig
protected com.typesafe.config.Config getDefaultConfig()
-
-