Interface FormatCache.DateConverter<T>
-
- Type Parameters:
T- the type
- All Known Implementing Classes:
FormatCache.AbstractDateConverter
- Enclosing class:
- FormatCache
public static interface FormatCache.DateConverter<T>Plugin to extend the date time conversion.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>getDataType()The type being handled by this converter.java.util.DatetoDate(T data)Turns data into a date.
-