scanForConstraints
fun ComponentSchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): ComponentSchema
Content copied to clipboard
fun AnyOfSchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): AnyOfSchema
Content copied to clipboard
fun ArraySchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): ArraySchema
Content copied to clipboard
fun FormattedSchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): FormattedSchema
Content copied to clipboard
fun SimpleSchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): SimpleSchema
Content copied to clipboard
fun ObjectSchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): ObjectSchema
Content copied to clipboard