Uses of Interface
net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper
Packages that use AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
A package for types that allow for applying Byte Buddy transformation during a build process.
-
Uses of AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapperModifier and TypeClassDescriptionclass
Advice wrappers copy the code of blueprint methods to be executed before and/or after a matched method.protected static class
An entry describing a method visitor wrapper paired with a matcher for fields to be wrapped.static class
A visitor that adds attributes to a method.class
Substitutes field access or method invocations within a method's body.Fields in net.bytebuddy.asm with type parameters of type AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapperModifier and TypeFieldDescriptionprivate final List<? extends AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper>
AsmVisitorWrapper.ForDeclaredMethods.Entry.methodVisitorWrappers
The method visitor wrapper to be applied if the given matcher is matched.Methods in net.bytebuddy.asm with parameters of type AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapperModifier and TypeMethodDescriptionAsmVisitorWrapper.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, 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, AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper... methodVisitorWrapper) Defines a new method visitor wrapper to be applied on any method if the given method matcher is matched.Method parameters in net.bytebuddy.asm with type arguments of type AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapperModifier 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.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.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.Constructor parameters in net.bytebuddy.asm with type arguments of type AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapperModifierConstructorDescriptionprotected
Entry
(ElementMatcher<? super MethodDescription> matcher, List<? extends AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper> methodVisitorWrappers) Creates a new entry. -
Uses of AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper in net.bytebuddy.build
Classes in net.bytebuddy.build that implement AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapperModifier and TypeClassDescriptionprotected static class
An wrapper for a method that represents a method ofAccessController
which is weaved.