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 java.lang.Object implements FormatCache.DateConverter<T>
An abstract basic date converter.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractDateConverter(java.lang.Class<T> cls)Creates an abstract converter instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<T>getDataType()The type being handled by this converter.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.iip_ecosphere.platform.connectors.formatter.FormatCache.DateConverter
toDate
-
-
-
-
Field Detail
-
cls
private java.lang.Class<T> cls
-
-
Constructor Detail
-
AbstractDateConverter
protected AbstractDateConverter(java.lang.Class<T> cls)
Creates an abstract converter instance.- Parameters:
cls- the class to create the instance for
-
-
Method Detail
-
getDataType
public java.lang.Class<T> getDataType()
Description copied from interface:FormatCache.DateConverterThe type being handled by this converter.- Specified by:
getDataTypein interfaceFormatCache.DateConverter<T>- Returns:
- the type
-
-