Uses of Class
org.hotswap.agent.javassist.bytecode.annotation.Annotation
-
Packages that use Annotation Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API.org.hotswap.agent.javassist.bytecode.annotation Bytecode-level Annotations API. -
-
Uses of Annotation in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.javassist.bytecode that return Annotation Modifier and Type Method Description AnnotationAnnotationsAttribute. getAnnotation(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.Methods in org.hotswap.agent.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 org.hotswap.agent.javassist.bytecode.annotation
Methods in org.hotswap.agent.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 org.hotswap.agent.javassist.bytecode.annotation with parameters of type Annotation Modifier and Type Method Description static 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 org.hotswap.agent.javassist.bytecode.annotation with parameters of type Annotation Constructor Description AnnotationMemberValue(Annotation a, ConstPool cp)Constructs an annotation member.
-