dyno-schema
Toggle table of contents
0.9
common
Platform filter
common
Switch theme
Search in API
dyno-schema
dyno-schema
/
dyno
/
MutableSimpleSchemaRegistry
Mutable
Simple
Schema
Registry
sealed
interface
MutableSimpleSchemaRegistry
:
SimpleSchemaRegistry
Members
Properties
all
Latest
Link copied to clipboard
abstract
val
allLatest
:
<Error class: unknown class>
<
DynoSchema
>
fallback
Link copied to clipboard
abstract
override
var
fallback
:
DynoSchema
?
Functions
get
Link copied to clipboard
abstract
fun
get
(
name
:
String
,
version
:
Int
=
-1
)
:
DynoSchema
?
overwrite
Link copied to clipboard
abstract
fun
overwrite
(
schema
:
DynoSchema
)
:
DynoSchema
?
register
Link copied to clipboard
abstract
fun
register
(
schema
:
DynoSchema
)
remove
Link copied to clipboard
abstract
fun
remove
(
name
:
String
,
version
:
Int
)
:
DynoSchema
?