Uses of Class
javassist.bytecode.annotation.Annotation
-
Packages that use Annotation Package Description javassist The Javassist Core API.javassist.bytecode Bytecode-level API.javassist.bytecode.annotation Bytecode-level Annotations API. -
-
Uses of Annotation in javassist
Methods in javassist with parameters of type Annotation Modifier and Type Method Description private static java.lang.ObjectCtClassType. toAnnoType(Annotation anno, ClassPool cp) -
Uses of Annotation in javassist.bytecode
Fields in javassist.bytecode declared as Annotation Modifier and Type Field Description (package private) Annotation[]AnnotationsAttribute.Parser. allAnno(package private) Annotation[][]AnnotationsAttribute.Parser. allParams(package private) AnnotationAnnotationsAttribute.Parser. currentAnnoMethods in javassist.bytecode that return Annotation Modifier and Type Method Description AnnotationAnnotationsAttribute. getAnnotation(java.lang.String type)Parses the annotations and returns a data structure representing the annotation with the specified type.Annotation[]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.(package private) Annotation[]AnnotationsAttribute.Parser. parseAnnotations()(package private) Annotation[][]AnnotationsAttribute.Parser. parseParameters()Methods in javassist.bytecode with parameters of type Annotation Modifier and Type Method Description voidAnnotationsAttribute. 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
Fields in javassist.bytecode.annotation declared as Annotation Modifier and Type Field Description private AnnotationAnnotationImpl. annotation(package private) AnnotationAnnotationMemberValue. valueMethods in javassist.bytecode.annotation that return Annotation Modifier and Type Method Description AnnotationAnnotationImpl. getAnnotation()Obtains the internal data structure representing the annotation.AnnotationAnnotationMemberValue. getValue()Obtains the value.Methods in javassist.bytecode.annotation with parameters of type Annotation Modifier and Type Method Description static java.lang.ObjectAnnotationImpl. make(java.lang.ClassLoader cl, java.lang.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 Annotation Constructor Description AnnotationImpl(Annotation a, ClassPool cp, java.lang.ClassLoader loader)AnnotationMemberValue(Annotation a, ConstPool cp)Constructs an annotation member.
-