public static interface InvokeDynamic.InvocationProvider.Target
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | InvokeDynamic.InvocationProvider.Target.ForMethodDescriptionA target that requests to dynamically invoke a method to substitute for a given method. | 
| static interface  | InvokeDynamic.InvocationProvider.Target.ResolvedRepresents a resolved  InvokeDynamic.InvocationProvider.Target. | 
| Modifier and Type | Method and Description | 
|---|---|
| InvokeDynamic.InvocationProvider.Target.Resolved | resolve(TypeDescription instrumentedType,
       Assigner assigner,
       boolean dynamicallyTyped)Resolves the target. | 
InvokeDynamic.InvocationProvider.Target.Resolved resolve(TypeDescription instrumentedType, Assigner assigner, boolean dynamicallyTyped)
instrumentedType - The instrumented type.assigner - The assigner to be used.dynamicallyTyped - true if the assigner should attempt to assign objects by their
                         runtime type.Copyright © 2014–2015. All rights reserved.