MutablePolymorhicSchemaRegistry

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?
Link copied to clipboard
abstract fun overwrite(name: String, version: Int, subSchemas: SimpleSchemaRegistry): SimpleSchemaRegistry?
Link copied to clipboard
abstract fun remove(name: String, version: Int): SimpleSchemaRegistry?