Uses of Class
org.openjdk.jmc.flightrecorder.writer.api.Annotation
-
Packages that use Annotation Package Description org.openjdk.jmc.flightrecorder.writer org.openjdk.jmc.flightrecorder.writer.api -
-
Uses of Annotation in org.openjdk.jmc.flightrecorder.writer
Methods in org.openjdk.jmc.flightrecorder.writer that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>ResolvableType. getAnnotations()List<Annotation>TypedFieldImpl. getAnnotations() -
Uses of Annotation in org.openjdk.jmc.flightrecorder.writer.api
Methods in org.openjdk.jmc.flightrecorder.writer.api that return Annotation Modifier and Type Method Description AnnotationAnnotationElementBuilder. build()Build a new Annotation instanceMethods in org.openjdk.jmc.flightrecorder.writer.api that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>Annotation. getAnnotations()Get the list of the associatedannotationsList<Annotation>Type. getAnnotations()List<Annotation>TypedField. getAnnotations()List<Annotation>TypeStructure. getAnnotations()Constructors in org.openjdk.jmc.flightrecorder.writer.api with parameters of type Annotation Constructor Description Annotation(Type type, String value, Annotation... annotations)Create a new Annotation instanceAnnotation(Type type, Consumer<TypedValueBuilder> builderCallback, Annotation... annotations)Create a new Annotation instanceAnnotation(Type type, Map<String,? extends TypedFieldValue> attributes, Annotation... annotations)Create a new Annotation instance
-