public class KCallable extends Object
| Constructor and Description |
|---|
KCallable() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
call(Object kCallable,
Object... args)
实例化对象,本质上调用KCallable.call方法
|
static List<KParameter> |
getParameters(Object kCallable)
获取参数列表
|
public static List<KParameter> getParameters(Object kCallable)
kCallable - kotlin的类、方法或构造Copyright © 2025. All rights reserved.