public class Common extends Object
| 构造器和说明 |
|---|
Common() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InvokedInfo |
getInvokedInfo(org.aopalliance.intercept.MethodInvocation invocation,
MethodNode parent,
double runTime) |
static InvokedInfo |
getInvokedInfoWithException(org.aopalliance.intercept.MethodInvocation invocation,
MethodNode parent,
Exception e,
double runTime) |
static MethodType |
getMethodType(org.aopalliance.intercept.MethodInvocation pjp) |
static MethodType |
getMethodType(String className) |
static String |
getPramsStr(Parameter[] names,
Object[] values) |
static String |
getRoute(org.aopalliance.intercept.MethodInvocation pjp) |
static boolean |
isEmpty(Object value) |
static void |
showLog(MethodNode current) |
static void |
showLog(String method,
double value) |
public static String getRoute(org.aopalliance.intercept.MethodInvocation pjp)
public static MethodType getMethodType(org.aopalliance.intercept.MethodInvocation pjp)
public static MethodType getMethodType(String className)
public static void showLog(MethodNode current)
public static void showLog(String method, double value)
public static boolean isEmpty(Object value)
public static InvokedInfo getInvokedInfo(org.aopalliance.intercept.MethodInvocation invocation, MethodNode parent, double runTime)
public static InvokedInfo getInvokedInfoWithException(org.aopalliance.intercept.MethodInvocation invocation, MethodNode parent, Exception e, double runTime)
Copyright © 2023. All rights reserved.