Interface LiteralFunctionTypeConverter<T>

All Superinterfaces:
TypeConverter<T>
All Known Implementing Classes:
InstantTypeConverter, LocalDateTimeTypeConverter, LocalDateTypeConverter, LocalTimeTypeConverter, OffsetDateTimeTypeConverter, OffsetTimeTypeConverter, ZonedDateTimeTypeConverter

public interface LiteralFunctionTypeConverter<T> extends TypeConverter<T>
A special type converter that supports rendering a type value through a literal function.
Since:
1.6.0
Author:
Christian Beikov
  • Method Details

    • getLiteralFunctionName

      String getLiteralFunctionName()
      Returns the name of the literal function to use.
      Returns:
      The nane of the literal function