PolymorhicSchemaRegistry

Types

Link copied to clipboard
class BaseSchemaRegistry(val name: String, val version: Int, val subSchemas: SimpleSchemaRegistry)

Properties

Link copied to clipboard
abstract val allLatest: <Error class: unknown class><PolymorhicSchemaRegistry.BaseSchemaRegistry>
Link copied to clipboard

Functions

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