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