PrimitiveArrayParameterConverter
Properties
Link copied to clipboard
The Kotlin class this converter handles. The default canConvert also accepts its subtypes.
Functions
Link copied to clipboard
open override fun canConvert(sourceClass: KClass<*>, expectedOid: Int, context: SerializationContext): Boolean
Decides whether this converter handles the value at hand.
Link copied to clipboard
Names the PostgreSQL type to declare for the converted value, where nothing else has named one.