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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectofEpochMilli(long milli) protected final longtoEpochMillis(Object object) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.view.spi.type.TypeConverter
convertToUnderlyingType, convertToViewType, getUnderlyingType
-
Constructor Details
-
AbstractInstantTypeConverter
public AbstractInstantTypeConverter()
-
-
Method Details
-
ofEpochMilli
-
toEpochMillis
-