Interface LiteralFunctionTypeConverter<T>
- All Superinterfaces:
TypeConverter<T>
- All Known Implementing Classes:
InstantTypeConverter,LocalDateTimeTypeConverter,LocalDateTypeConverter,LocalTimeTypeConverter,OffsetDateTimeTypeConverter,OffsetTimeTypeConverter,ZonedDateTimeTypeConverter
A special type converter that supports rendering a type value through a literal function.
- Since:
- 1.6.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the literal function to use.Methods inherited from interface com.blazebit.persistence.parser.util.TypeConverter
appendTo, convert, toString
-
Method Details
-
getLiteralFunctionName
String getLiteralFunctionName()Returns the name of the literal function to use.- Returns:
- The nane of the literal function
-