类的使用
com.alibaba.bytekit.asm.interceptor.InterceptorProcessor
使用InterceptorProcessor的程序包
-
com.alibaba.bytekit.asm.interceptor.annotation中InterceptorProcessor的使用
修饰符和类型方法说明static InterceptorProcessorInterceptorParserUtils.createInterceptorProcessor(Method method, LocationMatcher locationMatcher) static InterceptorProcessorInterceptorParserUtils.createInterceptorProcessor(Method method, LocationMatcher locationMatcher, boolean inline) static InterceptorProcessorInterceptorParserUtils.createInterceptorProcessor(Method method, LocationMatcher locationMatcher, boolean inline, Class<? extends Throwable> suppress, Class<?> suppressHandler) AtEnter.EnterInterceptorProcessorParser.parse(Method method, Annotation annotationOnMethod) AtExceptionExit.ExceptionExitInterceptorProcessorParser.parse(Method method, Annotation annotationOnMethod) AtExit.ExitInterceptorProcessorParser.parse(Method method, Annotation annotationOnMethod) AtFieldAccess.FieldAccessInterceptorProcessorParser.parse(Method method, Annotation annotationOnMethod) AtInvoke.InvokeInterceptorProcessorParser.parse(Method method, Annotation annotationOnMethod) AtInvokeException.InvokeExceptionInterceptorProcessorParser.parse(Method method, Annotation annotationOnMethod) AtLine.LineInterceptorProcessorParser.parse(Method method, Annotation annotationOnMethod) AtSyncEnter.SyncEnterInterceptorProcessorParser.parse(Method method, Annotation annotationOnMethod) AtSyncExit.SyncExitInterceptorProcessorParser.parse(Method method, Annotation annotationOnMethod) AtThrow.ThrowInterceptorProcessorParser.parse(Method method, Annotation annotationOnMethod) -
com.alibaba.bytekit.asm.interceptor.parser中InterceptorProcessor的使用
修饰符和类型方法说明