Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Class and Description |
---|---|
static class |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.ForDefaultValues
An implementation that supplies a default set of arguments to a bootstrap method.
|
Modifier and Type | Method and Description |
---|---|
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Factory.make(MethodDescription.InDefinedShape delegate)
Creates a bootstrap argument resolver for a given delegation method.
|
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.ForDefaultValues.Factory.make(MethodDescription.InDefinedShape delegate)
Creates a bootstrap argument resolver for a given delegation method.
|
Constructor and Description |
---|
ForDynamicInvocation(MethodDescription.InDefinedShape bootstrapMethod,
MethodDescription.InDefinedShape delegate,
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver resolver)
Creates a dispatcher for a dynamic method invocation.
|
Copyright © 2014–2023. All rights reserved.