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