scanForConstraints

fun ComponentSchema.scanForConstraints(clazz: KClass<*>, prop: KProperty1<*, *>): ComponentSchema
fun ArraySchema.scanForConstraints(prop: KProperty1<*, *>): ArraySchema
fun EnumSchema.scanForConstraints(prop: KProperty1<*, *>): EnumSchema
fun FormattedSchema.scanForConstraints(prop: KProperty1<*, *>): FormattedSchema
fun SimpleSchema.scanForConstraints(prop: KProperty1<*, *>): SimpleSchema
fun ObjectSchema.scanForConstraints(clazz: KClass<*>, prop: KProperty1<*, *>): ObjectSchema