Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun Schema<*>.toArraySchema(): ArraySchema
Link copied to clipboard
fun Class<*>.toRefSchema(): Schema<*>
fun String.toRefSchema(): Schema<*>
Link copied to clipboard
Link copied to clipboard
fun Class<out Enum<*>>.toSchemaRef(default: String? = null): SchemaRef
fun Class<*>.toSchemaRef(propertyName: String, propertyType: Class<*>, isArray: Boolean = false): SchemaRef
fun Class<*>.toSchemaRef(propertyName: String, propertySchemaRef: SchemaRef, isArray: Boolean = false): SchemaRef
Link copied to clipboard
fun Class<*>.toSchemas(): Map<String, Schema<*>>