Package com.github.euler.tika.metadata
Class AbstractMetadataParserConfigConverter
- java.lang.Object
-
- com.github.euler.tika.metadata.AbstractMetadataParserConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<MetadataParser>
- Direct Known Subclasses:
DefaultMetadataParserConfigConverter,MultiMetadataParserConfigConverter,OperationsMetadataParserConfigConverter
public abstract class AbstractMetadataParserConfigConverter extends Object implements TypeConfigConverter<MetadataParser>
-
-
Constructor Summary
Constructors Constructor Description AbstractMetadataParserConfigConverter()
-
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
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public String type()
- Specified by:
typein interfaceTypeConfigConverter<MetadataParser>
-
-