| 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.TerminationHandler.FieldSetting.ExplicitA factory for a field-setting termination handler that locates a given field. | 
| protected static class  | MethodCall.TerminationHandler.FieldSetting.ImplicitA factory for a field-setting termination handler that uses a matcher to locate the target field on the insturmented type. | 
| static class  | MethodCall.TerminationHandler.SimpleSimple termination handler implementations. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MethodCall.TerminationHandler.Factory | MethodCall. terminationHandlerThe termination 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–2019. All rights reserved.