| 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.ForMethodInvocation.MethodResolver.Matching
A method resolver that locates a non-static method by locating it from the receiver type. 
 | 
static class  | 
MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver.Simple
A simple method resolver that returns a given method. 
 | 
| Constructor and Description | 
|---|
ForMethodInvocation(TypeDescription instrumentedType,
                   MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver methodResolver)
Creates a new method-resolving substitution. 
 | 
Copyright © 2014–2023. All rights reserved.