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 |
---|---|
protected static class |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.ForDefaultValues.Resolved
A resolved default bootstrap argument resolver.
|
Modifier and Type | Method and Description |
---|---|
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Resolved |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.resolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod)
Resolves this resolver for a given instrumented type and method.
|
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Resolved |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.ForDefaultValues.resolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod)
Resolves this resolver for a given instrumented type and method.
|
Constructor and Description |
---|
Resolved(MethodDescription.InDefinedShape bootstrapMethod,
MethodDescription.InDefinedShape delegate,
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Resolved resolver)
Creates a resolved dispatcher of a dynamic method dispatcher.
|
Copyright © 2014–2024. All rights reserved.