Uses of Class
net.bytebuddy.asm.MemberSubstitution.WithoutSpecification.ForMatchedMethod
-
Packages that use MemberSubstitution.WithoutSpecification.ForMatchedMethod Package Description net.bytebuddy.asm 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.ForMatchedMethod Modifier and Type Method Description MemberSubstitution.WithoutSpecification.ForMatchedMethod
MemberSubstitution. method(ElementMatcher<? super MethodDescription> matcher)
Substitutes any method invocation that matches the given matcher.
-