Notice

The English translation of this page has not been completed, you are welcome to contribute translations to us.

You can use the Chrome Translation Plugin to translate entire pages for reference.

GenericClass - class

class GenericClass internal constructor(private val type: ParameterizedType)

Change Records

v1.0.0 first

Function Illustrate

当前 Class 的泛型父类操作对象。

argument - method

fun argument(index: Int): Class<*>
inline fun <reified T> argument(index: Int): Class<T>

Change Records

v1.0.0 first

Function Illustrate

获得泛型参数数组下标的 Class 实例。