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 classMemberSubstitution.Substitution.ForMethodInvocation.MethodResolver.MatchingA method resolver that locates a non-static method by locating it from the receiver type.static classMemberSubstitution.Substitution.ForMethodInvocation.MethodResolver.SimpleA 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.MethodResolverMemberSubstitution.Substitution.ForMethodInvocation. methodResolverThe 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.
-