Uses of Interface
net.bytebuddy.implementation.attribute.AnnotationAppender.Target
Packages that use AnnotationAppender.Target
Package
Description
All types and classes in this package are responsible for writing attributes for a given Java byte code element,
i.e. fields, types and byte code methods.
-
Uses of AnnotationAppender.Target in net.bytebuddy.implementation.attribute
Classes in net.bytebuddy.implementation.attribute that implement AnnotationAppender.TargetModifier and TypeClassDescriptionstatic classTarget for an annotation that is written to a Java field.static classTarget for an annotation that is written to a Java method or constructor.static classTarget for an annotation that is written to a Java method or constructor parameter.static classTarget for an annotation that is written to a Java record component.static classTarget for an annotation that is written to a Java type.Methods in net.bytebuddy.implementation.attribute that return AnnotationAppender.TargetModifier and TypeMethodDescriptionMethodAttributeAppender.Explicit.Target.make(org.objectweb.asm.MethodVisitor methodVisitor, MethodDescription methodDescription) Materializes the target for a given creation process.MethodAttributeAppender.Explicit.Target.OnMethod.make(org.objectweb.asm.MethodVisitor methodVisitor, MethodDescription methodDescription) Materializes the target for a given creation process.MethodAttributeAppender.Explicit.Target.OnMethodParameter.make(org.objectweb.asm.MethodVisitor methodVisitor, MethodDescription methodDescription) Materializes the target for a given creation process.Constructors in net.bytebuddy.implementation.attribute with parameters of type AnnotationAppender.TargetModifierConstructorDescriptionDefault(AnnotationAppender.Target target) Creates a default annotation appender.