类 InterceptorParserUtils
java.lang.Object
com.alibaba.bytekit.asm.interceptor.annotation.InterceptorParserUtils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static InterceptorProcessorcreateInterceptorProcessor(Method method, LocationMatcher locationMatcher) static InterceptorProcessorcreateInterceptorProcessor(Method method, LocationMatcher locationMatcher, boolean inline) static InterceptorProcessorcreateInterceptorProcessor(Method method, LocationMatcher locationMatcher, boolean inline, Class<? extends Throwable> suppress, Class<?> suppressHandler)
-
构造器详细资料
-
InterceptorParserUtils
public InterceptorParserUtils()
-
-
方法详细资料
-
createInterceptorProcessor
public static InterceptorProcessor createInterceptorProcessor(Method method, LocationMatcher locationMatcher) -
createInterceptorProcessor
public static InterceptorProcessor createInterceptorProcessor(Method method, LocationMatcher locationMatcher, boolean inline) -
createInterceptorProcessor
public static InterceptorProcessor createInterceptorProcessor(Method method, LocationMatcher locationMatcher, boolean inline, Class<? extends Throwable> suppress, Class<?> suppressHandler)
-