ReflectionCache

A global cache for Kotlin reflection metadata of data classes.

This prevents the expensive overhead of inspecting class properties and annotations repeatedly during the serialization or deserialization of PostgreSQL composite types.

Functions

Link copied to clipboard

Returns the cached metadata for kClass, computing it on first request.