SerializationContext
interface SerializationContext
What a ParameterConverter is handed to convert the values nested inside the one it was given.
Going through convert rather than converting a nested value by hand is what keeps the failure legible: each call contributes a segment to the path of any MappingException raised below it, so an error in one attribute of a composite arrives naming that attribute.
Inheritors
Properties
Functions
Link copied to clipboard
Looks up the converter that would claim a value, without converting anything.
Link copied to clipboard
abstract fun findConverterByClass(sourceClass: KClass<*>, expectedOid: Int): ParameterConverter<Any>?
Same as findConverter, keyed on a class rather than an instance.