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