Uses of Class
net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods
Packages that use AsmVisitorWrapper.ForDeclaredMethods
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of AsmVisitorWrapper.ForDeclaredMethods in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return AsmVisitorWrapper.ForDeclaredMethodsModifier and TypeMethodDescriptionAsmVisitorWrapper.ForDeclaredMethods.constructor
(ElementMatcher<? super MethodDescription> matcher, List<? extends AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper> methodVisitorWrappers) Defines a new method visitor wrapper to be applied on any constructor if the given method matcher is matched.AsmVisitorWrapper.ForDeclaredMethods.constructor
(ElementMatcher<? super MethodDescription> matcher, AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper... methodVisitorWrapper) Defines a new method visitor wrapper to be applied on any constructor if the given method matcher is matched.AsmVisitorWrapper.ForDeclaredMethods.invokable
(ElementMatcher<? super MethodDescription> matcher, List<? extends AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper> methodVisitorWrappers) Defines a new method visitor wrapper to be applied on any method or constructor if the given method matcher is matched.AsmVisitorWrapper.ForDeclaredMethods.invokable
(ElementMatcher<? super MethodDescription> matcher, AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper... methodVisitorWrapper) Defines a new method visitor wrapper to be applied on any method or constructor if the given method matcher is matched.AsmVisitorWrapper.ForDeclaredMethods.method
(ElementMatcher<? super MethodDescription> matcher, List<? extends AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper> methodVisitorWrappers) Defines a new method visitor wrapper to be applied on any method if the given method matcher is matched.AsmVisitorWrapper.ForDeclaredMethods.method
(ElementMatcher<? super MethodDescription> matcher, AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper... methodVisitorWrapper) Defines a new method visitor wrapper to be applied on any method if the given method matcher is matched.Advice.on
(ElementMatcher<? super MethodDescription> matcher) Returns an ASM visitor wrapper that matches the given matcher and applies this advice to the matched methods.MemberSubstitution.on
(ElementMatcher<? super MethodDescription> matcher) Applies this member substitution to any method that matches the supplied matcher.AsmVisitorWrapper.ForDeclaredMethods.readerFlags
(int flags) Sets flags for theClassReader
this wrapper is applied to.AsmVisitorWrapper.ForDeclaredMethods.writerFlags
(int flags) Sets flags for theClassWriter
this wrapper is applied to.