Uses of Class
net.bytebuddy.asm.MemberSubstitution.WithoutSpecification.ForMatchedMethod
Packages that use MemberSubstitution.WithoutSpecification.ForMatchedMethod
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.WithoutSpecification.ForMatchedMethod in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return MemberSubstitution.WithoutSpecification.ForMatchedMethodModifier and TypeMethodDescriptionMemberSubstitution.method
(ElementMatcher<? super MethodDescription> matcher) Substitutes any method invocation that matches the given matcher.