public static class MethodDelegation.ImplementationDelegate.ForStaticField extends Object implements MethodDelegation.ImplementationDelegate
MethodDelegation.ImplementationDelegate.ForConstruction, MethodDelegation.ImplementationDelegate.ForInstanceField, MethodDelegation.ImplementationDelegate.ForStaticField, MethodDelegation.ImplementationDelegate.ForStaticMethod| Constructor and Description | 
|---|
| ForStaticField(Object delegate)Creates a new implementation for delegating to an instance that is stored in a  staticfield. | 
| ForStaticField(Object delegate,
              String fieldName)Creates a new implementation for delegating to an instance that is stored in a  staticfield. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| MethodDelegationBinder.MethodInvoker | getMethodInvoker(TypeDescription instrumentedType)Returns the method invoker responsible for invoking the delegation method. | 
| StackManipulation | getPreparingStackAssignment(TypeDescription instrumentedType)Returns the stack manipulation responsible for preparing the instance representing the implementation. | 
| int | hashCode() | 
| InstrumentedType | prepare(InstrumentedType instrumentedType)Prepares the instrumented type. | 
| String | toString() | 
public ForStaticField(Object delegate)
static field.
 The field name will be created randomly.delegate - The actual delegation target.public InstrumentedType prepare(InstrumentedType instrumentedType)
MethodDelegation.ImplementationDelegateprepare in interface MethodDelegation.ImplementationDelegateinstrumentedType - The instrumented type to be prepared.public StackManipulation getPreparingStackAssignment(TypeDescription instrumentedType)
MethodDelegation.ImplementationDelegategetPreparingStackAssignment in interface MethodDelegation.ImplementationDelegateinstrumentedType - A description of the instrumented type to which the implementation is applied.public MethodDelegationBinder.MethodInvoker getMethodInvoker(TypeDescription instrumentedType)
MethodDelegation.ImplementationDelegategetMethodInvoker in interface MethodDelegation.ImplementationDelegateinstrumentedType - The instrumented type to which the implementation is applied.Copyright © 2014–2015. All rights reserved.