ClassSchemaBuilder

Builder of a class schema. Use the ClassSchema constructor function to build a class schema.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Declare that the child schema of property property is schema.

Link copied to clipboard
inline operator fun <TChild> KMutableProperty1<T, TChild>.invoke(schemaBuilder: () -> Schema<TChild>)

Declare that the child schema of the receiving property is the one returned by schemaBuilder.