MapRecordConverter
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.