Uses of Class
net.bytebuddy.asm.MemberAttributeExtension.ForMethod
Packages that use MemberAttributeExtension.ForMethod
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberAttributeExtension.ForMethod in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return MemberAttributeExtension.ForMethodModifier and TypeMethodDescriptionMemberAttributeExtension.ForMethod.annotateMethod
(Annotation... annotation) Appends the supplied annotations.MemberAttributeExtension.ForMethod.annotateMethod
(Collection<? extends AnnotationDescription> annotations) Appends the supplied annotations.MemberAttributeExtension.ForMethod.annotateMethod
(List<? extends Annotation> annotations) Appends the supplied annotations.MemberAttributeExtension.ForMethod.annotateMethod
(AnnotationDescription... annotation) Appends the supplied annotations.MemberAttributeExtension.ForMethod.annotateParameter
(int index, Annotation... annotation) Appends the supplied annotations to the parameter at the given index.MemberAttributeExtension.ForMethod.annotateParameter
(int index, Collection<? extends AnnotationDescription> annotations) Appends the supplied annotations to the parameter at the given index.MemberAttributeExtension.ForMethod.annotateParameter
(int index, List<? extends Annotation> annotations) Appends the supplied annotations to the parameter at the given index.MemberAttributeExtension.ForMethod.annotateParameter
(int index, AnnotationDescription... annotation) Appends the supplied annotations to the parameter at the given index.MemberAttributeExtension.ForMethod.attribute
(MethodAttributeAppender.Factory attributeAppenderFactory) Appends the supplied method attribute appender factory.