Uses of Class
org.miaixz.bus.core.lang.reflect.kotlin.KotlinParameter
Packages that use KotlinParameter
Package
Description
Kotlin反射相关封装,需引入:
kotlin-stdlib
kotlin-reflect
提供各种工具封装
xyz:做好一切必要准备,可以行动了
-
Uses of KotlinParameter in org.miaixz.bus.core.lang.reflect.kotlin
Methods in org.miaixz.bus.core.lang.reflect.kotlin that return types with arguments of type KotlinParameterModifier and TypeMethodDescriptionstatic List<KotlinParameter> KotlinCallable.getParameters(Object kCallable) 获取参数列表 -
Uses of KotlinParameter in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz that return types with arguments of type KotlinParameterModifier and TypeMethodDescriptionstatic List<KotlinParameter> KotlinKit.getParameters(Object kCallable) 获取参数列表