Uses of Interface
net.bytebuddy.asm.MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver
-
Packages that use MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver Modifier and Type Class 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.Fields in net.bytebuddy.asm declared as MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver Modifier and Type Field Description private MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver
MemberSubstitution.Substitution.ForMethodInvocation. methodResolver
The method resolver to use.Constructors in net.bytebuddy.asm with parameters of type MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver Constructor Description ForMethodInvocation(TypeDescription instrumentedType, MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver methodResolver)
Creates a new method-resolving substitution.
-