Class CalendarToDateTypeConverter<T extends Calendar>
java.lang.Object
com.blazebit.persistence.view.impl.type.CalendarToDateTypeConverter<T>
- All Implemented Interfaces:
TypeConverter<T,Date>
public abstract class CalendarToDateTypeConverter<T extends Calendar>
extends Object
implements TypeConverter<T,Date>
- Since:
- 1.4.0
- Author:
- Christian Beikov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CalendarToDateTypeConverter<Calendar>static final CalendarToDateTypeConverter<GregorianCalendar> -
Constructor Summary
Constructors -
Method Summary
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, getUnderlyingType
-
Field Details
-
JAVA_UTIL_CALENDAR_CONVERTER
-
JAVA_UTIL_GREGORIAN_CALENDAR_CONVERTER
public static final CalendarToDateTypeConverter<GregorianCalendar> JAVA_UTIL_GREGORIAN_CALENDAR_CONVERTER
-
-
Constructor Details
-
CalendarToDateTypeConverter
public CalendarToDateTypeConverter()
-
-
Method Details
-
convertToViewType
- Specified by:
convertToViewTypein interfaceTypeConverter<T extends Calendar,Date>
-