MultiRangeResultConverter
Properties
Functions
Link copied to clipboard
open override fun canConvert(sourceClass: KClass<*>, expectedType: KType, sourceType: PgType, context: DeserializationContext): Boolean
Decides whether this converter handles the value at hand. Must return false unless convert can produce an instance of expectedType.
Link copied to clipboard
open override fun convert(source: PgMultirange, expectedType: KType, sourceType: PgType, context: DeserializationContext): MultiRange<*>
Converts a value this converter has claimed.