Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

What a ResultConverter is handed to convert the values nested inside the one it was given.

Link copied to clipboard
interface ResultConverter<S : Any, T : Any>

Turns a decoded database value into the Kotlin type the caller asked for.

Link copied to clipboard

Holds ResultConverters and finds the one that claims a given value.

Link copied to clipboard
class ResultMapper(registry: ResultConverterRegistry, typeManager: TypeManager)

Entry point of the read conversion chain: hands a decoded value to the converters and checks the result.