类 AsmUtil
- java.lang.Object
-
- xyz.xiezc.ioc.starter.common.asm.AsmUtil
-
public class AsmUtil extends Object
-
-
方法详细资料
-
getMethodParamsAndAnnotaton
public static ParamDefinition[] getMethodParamsAndAnnotaton(Method method)
获取方法的参数信息, 包含参数名称和注解- 返回:
-
-