public static class ClassByExtensionBenchmark.ByteBuddyProxyInterceptor extends Object
SuperMethodCall implementation, we are using
a delegate in order to emulate the interception approach of other instrumentation libraries. Otherwise,
this benchmark would be biased in favor of Byte Buddy.| Modifier and Type | Method and Description |
|---|---|
static Object |
intercept(Callable<?> zuper)
Call the super method.
|
@RuntimeType public static Object intercept(@SuperCall Callable<?> zuper) throws Exception
Copyright © 2014–2023. All rights reserved.