dyno-schema
Toggle table of contents
0.9
common
Platform filter
common
Switch theme
Search in API
dyno-schema
dyno-schema
/
dyno
/
PolymorhicSchemaRegistry
Polymorhic
Schema
Registry
sealed
interface
PolymorhicSchemaRegistry
:
DynoSchemaRegistry
Inheritors
MutablePolymorhicSchemaRegistry
Members
Types
Base
Schema
Registry
Link copied to clipboard
class
BaseSchemaRegistry
(
val
name
:
String
,
val
version
:
Int
,
val
subSchemas
:
SimpleSchemaRegistry
)
Properties
all
Latest
Link copied to clipboard
abstract
val
allLatest
:
<Error class: unknown class>
<
PolymorhicSchemaRegistry.BaseSchemaRegistry
>
global
Link copied to clipboard
abstract
val
global
:
SimpleSchemaRegistry
Functions
get
Link copied to clipboard
abstract
fun
get
(
name
:
String
,
version
:
Int
=
-1
)
:
SimpleSchemaRegistry
?