Class AbstractInstantTypeConverter<T>

java.lang.Object
com.blazebit.persistence.view.impl.type.AbstractInstantTypeConverter<T>
All Implemented Interfaces:
TypeConverter<T,Object>
Direct Known Subclasses:
CalendarToInstantTypeConverter, DateToInstantTypeConverter

public abstract class AbstractInstantTypeConverter<T> extends Object implements TypeConverter<T,Object>
Since:
1.4.0
Author:
Christian Beikov
  • Constructor Details

    • AbstractInstantTypeConverter

      public AbstractInstantTypeConverter()
  • Method Details

    • ofEpochMilli

      protected final Object ofEpochMilli(long milli)
    • toEpochMillis

      protected final long toEpochMillis(Object object)