ClassSchemaBuilder
Builder of a class schema. Use the ClassSchema constructor function to build a class schema.
Functions
Link copied to clipboard
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.