| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MethodCall.MethodInvoker.ForContextualInvocationApplies a contextual invocation of the provided method, i.e. | 
| static class  | MethodCall.MethodInvoker.ForDefaultMethodInvocationInvokes a method as a Java 8 default method. | 
| static class  | MethodCall.MethodInvoker.ForSuperMethodInvocationApplies a super method invocation of the provided method. | 
| static class  | MethodCall.MethodInvoker.ForVirtualInvocationApplies a virtual invocation on a given type. | 
| protected static class  | MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitTypeA method invoker for a virtual method that uses an implicit target type. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodCall.MethodInvoker | MethodCall.MethodInvoker.Factory. make(TypeDescription instrumentedType)Creates a method invoker. | 
| MethodCall.MethodInvoker | MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType. make(TypeDescription instrumentedType)Creates a method invoker. | 
| MethodCall.MethodInvoker | MethodCall.MethodInvoker.ForVirtualInvocation.Factory. make(TypeDescription instrumentedType)Creates a method invoker. | 
Copyright © 2014–2024. All rights reserved.