Uses of Interface
net.bytebuddy.asm.MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver
Packages that use MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver
Package
Description
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.MethodResolverModifier and TypeClassDescriptionstatic class
A method resolver that locates a non-static method by locating it from the receiver type.static class
A simple method resolver that returns a given method.Fields in net.bytebuddy.asm declared as MemberSubstitution.Substitution.ForMethodInvocation.MethodResolverModifier and TypeFieldDescriptionMemberSubstitution.Substitution.ForMethodInvocation.methodResolver
The method resolver to use.Constructors in net.bytebuddy.asm with parameters of type MemberSubstitution.Substitution.ForMethodInvocation.MethodResolverModifierConstructorDescriptionForMethodInvocation
(TypeDescription instrumentedType, MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver methodResolver) Creates a new method-resolving substitution.