| 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MethodCall.MethodInvoker | MethodCall. methodInvokerThe method invoker to use. | 
| Constructor and Description | 
|---|
| MethodCall(MethodCall.MethodLocator methodLocator,
          MethodCall.TargetHandler targetHandler,
          List<MethodCall.ArgumentLoader> argumentLoaders,
          MethodCall.MethodInvoker methodInvoker,
          MethodCall.TerminationHandler terminationHandler,
          Assigner assigner,
          Assigner.Typing typing)Creates a new method call implementation. | 
Copyright © 2014–2015. All rights reserved.