ProceedingJoinPoint获取当前方法和参数

经过ProceedingJoinPoint想要获取当前执行的方法:get @Around(pointcut)     public Object around(ProceedingJoinPoint joinPoint) throws Throwable{         Object target = joinPoint.getTarget().getClass().getName();   
相关文章
相关标签/搜索