Uses of Class
javassist.bytecode.annotation.Annotation
Packages that use Annotation
Package
Description
Bytecode-level API.
Bytecode-level Annotations API.
-
Uses of Annotation in javassist.bytecode
Methods in javassist.bytecode that return AnnotationModifier and TypeMethodDescriptionAnnotationsAttribute.getAnnotation(String type) Parses the annotations and returns a data structure representing the annotation with the specified type.AnnotationsAttribute.getAnnotations()Parses the annotations and returns a data structure representing that parsed annotations.Annotation[][]ParameterAnnotationsAttribute.getAnnotations()Parses the annotations and returns a data structure representing that parsed annotations.Methods in javassist.bytecode with parameters of type AnnotationModifier and TypeMethodDescriptionvoidAnnotationsAttribute.addAnnotation(Annotation annotation) Adds an annotation.voidAnnotationsAttribute.setAnnotation(Annotation annotation) Changes the annotations.voidAnnotationsAttribute.setAnnotations(Annotation[] annotations) Changes the annotations represented by this object according to the given array ofAnnotationobjects.voidParameterAnnotationsAttribute.setAnnotations(Annotation[][] params) Changes the annotations represented by this object according to the given array ofAnnotationobjects. -
Uses of Annotation in javassist.bytecode.annotation
Methods in javassist.bytecode.annotation that return AnnotationModifier and TypeMethodDescriptionAnnotationImpl.getAnnotation()Obtains the internal data structure representing the annotation.AnnotationMemberValue.getValue()Obtains the value.Methods in javassist.bytecode.annotation with parameters of type AnnotationModifier and TypeMethodDescriptionstatic ObjectAnnotationImpl.make(ClassLoader cl, Class<?> clazz, ClassPool cp, Annotation anon) Constructs an annotation object.voidAnnotationMemberValue.setValue(Annotation newValue) Sets the value of this member.Constructors in javassist.bytecode.annotation with parameters of type AnnotationModifierConstructorDescriptionConstructs an annotation member.