Package-level declarations

Types

Link copied to clipboard
fun interface DataMapper<T : Any>

Interface for manual mapping of data from a Map to a data object.

Link copied to clipboard

Internal marker to indicate that no explicit mapper is provided.

Link copied to clipboard

Interface for manual (non-reflective) mapping of a data class to/from a Map. Used for PostgreSQL composite types to bypass reflection-based mapping and improve performance.