Class FormatCache.AbstractDateConverter<T>
java.lang.Object
de.iip_ecosphere.platform.connectors.formatter.FormatCache.AbstractDateConverter<T>
- Type Parameters:
T- the type
- All Implemented Interfaces:
FormatCache.DateConverter<T>
- Enclosing class:
FormatCache
public abstract static class FormatCache.AbstractDateConverter<T>
extends Object
implements FormatCache.DateConverter<T>
An abstract basic date converter.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractDateConverter(Class<T> cls) Creates an abstract converter instance. -
Method Summary
Modifier and TypeMethodDescriptionThe type being handled by this converter.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.iip_ecosphere.platform.connectors.formatter.FormatCache.DateConverter
toDate
-
Field Details
-
cls
-
-
Constructor Details
-
AbstractDateConverter
Creates an abstract converter instance.- Parameters:
cls- the class to create the instance for
-
-
Method Details
-
getDataType
Description copied from interface:FormatCache.DateConverterThe type being handled by this converter.- Specified by:
getDataTypein interfaceFormatCache.DateConverter<T>- Returns:
- the type
-