| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | MethodCall.MethodInvoker.ForVirtualInvocation.FactoryA method invoker factory for a virtual method invocation. | 
| protected static class  | MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitTypeA method invoker for a virtual method that uses an implicit target type. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MethodCall.MethodInvoker.Factory | MethodCall. methodInvokerThe method invoker to use. | 
| Constructor and Description | 
|---|
| MethodCall(MethodCall.MethodLocator.Factory methodLocator,
          MethodCall.TargetHandler.Factory targetHandler,
          List<MethodCall.ArgumentLoader.Factory> argumentLoaders,
          MethodCall.MethodInvoker.Factory methodInvoker,
          MethodCall.TerminationHandler.Factory terminationHandler,
          Assigner assigner,
          Assigner.Typing typing)Creates a new method call implementation. | 
Copyright © 2014–2025. All rights reserved.