public static interface InvokeDynamic.InvocationProvider.Target
| Modifier and Type | Interface and Description |
|---|---|
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–2023. All rights reserved.