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 Detail

      • toDate

        java.util.Date toDate​(T data)
        Turns data into a date.
        Parameters:
        data - the data
        Returns:
        the date instance
      • getDataType

        java.lang.Class<T> getDataType()
        The type being handled by this converter.
        Returns:
        the type