| 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.ForInstanceFieldA preparation handler for an unset instance that is stored in an instance field. | 
| static class  | Forwarding.PreparationHandler.ForStaticFieldA preparation handler for an unset instance that is stored in a  staticfield. | 
| static class  | Forwarding.PreparationHandler.ForStaticInstanceA preparation handler for an explicit instance that is stored in a  staticfield. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Forwarding.PreparationHandler | Forwarding. preparationHandlerA handler for preparing the instrumented type and the field invocation operation. | 
| Constructor and Description | 
|---|
| Forwarding(String fieldName,
          TypeDescription fieldType,
          Forwarding.PreparationHandler preparationHandler)Creates a new forwarding implementation. | 
Copyright © 2014–2015. All rights reserved.