protected static interface Forwarding.PreparationHandler
Forwarding implementation.| Modifier and Type | Interface 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 | Method and Description | 
|---|---|
| StackManipulation | loadFieldOwner()Creates a stack manipulation for loading the field owner onto the operand stack. | 
| InstrumentedType | prepare(InstrumentedType instrumentedType,
       String fieldName,
       TypeDescription.Generic fieldType)Prepares the instrumented type. | 
InstrumentedType prepare(InstrumentedType instrumentedType, String fieldName, TypeDescription.Generic fieldType)
instrumentedType - The instrumented type to prepare.fieldName - The name of the field in which the delegate should be stored.fieldType - The type of the field.StackManipulation loadFieldOwner()
Copyright © 2014–2016. All rights reserved.