newInstanceAuto

fun Class<*>.newInstanceAuto(vararg args: Any?): Any

自动匹配构造器参数类型。

Parameters

args

用于匹配构造器的运行时参数