Class CalendarToLocalDateTimeTypeConverter<T extends Calendar>
java.lang.Object
com.blazebit.persistence.view.impl.type.AbstractLocalDateTimeTypeConverter<T>
com.blazebit.persistence.view.impl.type.CalendarToLocalDateTimeTypeConverter<T>
- All Implemented Interfaces:
TypeConverter<T,Object>
public abstract class CalendarToLocalDateTimeTypeConverter<T extends Calendar>
extends AbstractLocalDateTimeTypeConverter<T>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CalendarToLocalDateTimeTypeConverter<Calendar>static final CalendarToLocalDateTimeTypeConverter<GregorianCalendar> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.blazebit.persistence.view.impl.type.AbstractLocalDateTimeTypeConverter
ofEpochMilli, toEpochMillisMethods 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, getUnderlyingType
-
Field Details
-
JAVA_UTIL_CALENDAR_CONVERTER
-
JAVA_UTIL_GREGORIAN_CALENDAR_CONVERTER
public static final CalendarToLocalDateTimeTypeConverter<GregorianCalendar> JAVA_UTIL_GREGORIAN_CALENDAR_CONVERTER
-
-
Constructor Details
-
CalendarToLocalDateTimeTypeConverter
public CalendarToLocalDateTimeTypeConverter()
-
-
Method Details
-
convertToViewType
-