getGenerator

fun <T : Any, R : Any> getGenerator(targetType: KClass<T>? = null, schemaType: KClass<R>? = null): SchemaGenerator<T, R>?(source)