public static interface InvokeDynamic.InvocationProvider.Target
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
InvokeDynamic.InvocationProvider.Target.ForMethodDescription
A target that requests to dynamically invoke a method to substitute for a given method. 
 | 
static interface  | 
InvokeDynamic.InvocationProvider.Target.Resolved
Represents a resolved  
InvokeDynamic.InvocationProvider.Target. | 
| Modifier and Type | Method and Description | 
|---|---|
InvokeDynamic.InvocationProvider.Target.Resolved | 
resolve(TypeDescription instrumentedType,
       Assigner assigner,
       Assigner.Typing typing)
Resolves the target. 
 | 
InvokeDynamic.InvocationProvider.Target.Resolved resolve(TypeDescription instrumentedType, Assigner assigner, Assigner.Typing typing)
instrumentedType - The instrumented type.assigner - The assigner to be used.typing - Indicates if dynamic type castings should be attempted for incompatible assignments.Copyright © 2014–2015. All rights reserved.