SimpleSchemaRegistry

Registry holding a mapping from schema IDs to DynoSchemas.

Used by PolymorphicDynoSerializer during deserialization.

Inheritors

Properties

Link copied to clipboard
abstract val allLatest: <Error class: unknown class><DynoSchema>
Link copied to clipboard
abstract val fallback: DynoSchema?

Functions

Link copied to clipboard
abstract fun get(name: String, version: Int = -1): DynoSchema?