public static interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved
| Modifier and Type | Method and Description |
|---|---|
StackManipulation |
apply(TypeDescription receiver,
ByteCodeElement.Member original,
JavaConstant.MethodHandle methodHandle)
Creates a stack manipulation for a given substitution target.
|
StackManipulation |
initialize() |
StackManipulation initialize()
StackManipulation apply(TypeDescription receiver, ByteCodeElement.Member original, JavaConstant.MethodHandle methodHandle)
receiver - The type upon which the substituted element is invoked upon.original - The substituted element.methodHandle - A method handle that describes the invocation.Copyright © 2014–2024. All rights reserved.