Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Method and Description |
---|---|
MemberSubstitution.WithoutSpecification.ForMatchedMethod |
MemberSubstitution.method(ElementMatcher<? super MethodDescription> matcher)
Substitutes any method invocation that matches the given matcher.
|
Copyright © 2014–2017. All rights reserved.