Package | Description |
---|---|
org.dromara.hutool.core.reflect.kotlin |
Kotlin反射相关封装,需引入:
kotlin-stdlib
kotlin-reflect
|
Modifier and Type | Method and Description |
---|---|
static List<KParameter> |
KClassUtil.getParameters(Object kCallable)
获取参数列表
|
static List<KParameter> |
KCallable.getParameters(Object kCallable)
获取参数列表
|
Copyright © 2025. All rights reserved.