public static interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Resolved
| Modifier and Type | Method and Description |
|---|---|
List<JavaConstant> |
make(TypeDescription receiver,
ByteCodeElement.Member original,
JavaConstant.MethodHandle methodHandle)
Returns the constant values to supply to the bootstrap method.
|
List<JavaConstant> make(TypeDescription receiver, ByteCodeElement.Member original, JavaConstant.MethodHandle methodHandle)
receiver - The type upon which the substituted element is applied.original - The substituted element.methodHandle - A method handle that represents the substituted element.Copyright © 2014–2023. All rights reserved.