| 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.TargetHandler.ForField.FactoryA factory for a field access. | 
| protected static class  | MethodCall.TargetHandler.ForMethodCall.FactoryCreates a factory for invoking a method on the return type of another method. | 
| static class  | MethodCall.TargetHandler.ForMethodParameterA target handler that loads the parameter of the given index as the target object. | 
| protected static class  | MethodCall.TargetHandler.ForSelfOrStaticInvocation.FactoryA factory for invoking a static method or a self-declared method. | 
| protected static class  | MethodCall.TargetHandler.ForValue.FactoryA factory for a target handler that loads a specific value. | 
| static class  | MethodCall.TargetHandler.SimpleA simple target handler that applies a given stack manipulation. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MethodCall.TargetHandler.Factory | MethodCall. targetHandlerThe target handler 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–2023. All rights reserved.