Package net.bytebuddy.asm
Annotation Type Advice.AssignReturned.ToArguments.ToArgument
-
@Target({}) @Enhance(ToArguments.class) public static @interface Advice.AssignReturned.ToArguments.ToArgument
Defines a particular assignment for aAdvice.AssignReturned.ToArguments
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The index of the parameter to assign.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
index
The index in the array that is returned which represents the assigned value.Assigner.Typing
typing
The typing to apply when assigning the returned value to the targeted value.
-
-
-
-
typing
Assigner.Typing typing
The typing to apply when assigning the returned value to the targeted value.- Returns:
- The typing to apply when assigning the returned value to the targeted value.
- Default:
- net.bytebuddy.implementation.bytecode.assign.Assigner.Typing.STATIC
-
-