| Package | Description | 
|---|---|
| net.bytebuddy.implementation | 
 The implementation package contains any logic for intercepting method calls. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Forwarding.PreparationHandler.ForField
A preparation handler that delegates to a specific field. 
 | 
static class  | 
Forwarding.PreparationHandler.ForInstance
A preparation handler that delegates to a specific instance. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Forwarding.PreparationHandler | 
Forwarding.preparationHandler
A handler for preparing the instrumented type and the field invocation operation. 
 | 
| Constructor and Description | 
|---|
Forwarding(Forwarding.PreparationHandler preparationHandler,
          Forwarding.TerminationHandler terminationHandler)
Creates a new forwarding implementation. 
 | 
Copyright © 2014–2016. All rights reserved.