SchemaBuilder

Properties

Link copied to clipboard
abstract val superType: KType

the supertype to be matched to the type in order to select this builder

Functions

Link copied to clipboard
abstract fun build(type: KType, builder: FinalSchemaBuilder, finalize: (SchemaModel<*>) -> SchemaModel<*>): SchemaModel<*>
Link copied to clipboard
open fun checkType(type: KType)