newImmutableConverter

fun <T : Any, Static : Any> newImmutableConverter(immutableType: KClass<T>, staticType: KClass<Static>, block: KImmutableConverterDsl<T, Static>.() -> Unit): ImmutableConverter<T, Static>