Uses of Interface
java.lang.classfile.AnnotationElement
Packages that use AnnotationElementPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationElementPREVIEW in java.lang.classfilePREVIEW
Subinterfaces with type arguments of type AnnotationElementPREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models a key-value pair of an annotation.Methods in java.lang.classfilePREVIEW that return AnnotationElementPREVIEWModifier and TypeMethodDescriptionstatic AnnotationElementPREVIEW
AnnotationElement.of
(Utf8EntryPREVIEW name, AnnotationValuePREVIEW value) Returns an annotation key-value pair.static AnnotationElementPREVIEW
AnnotationElement.of
(String name, AnnotationValuePREVIEW value) Returns an annotation key-value pair.static AnnotationElementPREVIEW
AnnotationElement.ofAnnotation
(String name, AnnotationPREVIEW value) Returns an annotation key-value pair for an annotation-valued annotation.static AnnotationElementPREVIEW
AnnotationElement.ofArray
(String name, AnnotationValuePREVIEW... values) Returns an annotation key-value pair for an array-valued annotation.static AnnotationElementPREVIEW
Returns an annotation key-value pair for a boolean-valued annotation.static AnnotationElementPREVIEW
Returns an annotation key-value pair for a byte-valued annotation.static AnnotationElementPREVIEW
Returns an annotation key-value pair for a char-valued annotation.static AnnotationElementPREVIEW
Returns an annotation key-value pair for a class-valued annotation.static AnnotationElementPREVIEW
Returns an annotation key-value pair for a double-valued annotation.static AnnotationElementPREVIEW
Returns an annotation key-value pair for a float-valued annotation.static AnnotationElementPREVIEW
Returns an annotation key-value pair for an int-valued annotation.static AnnotationElementPREVIEW
Returns an annotation key-value pair for a long-valued annotation.static AnnotationElementPREVIEW
Returns an annotation key-value pair for a short-valued annotation.static AnnotationElementPREVIEW
Returns an annotation key-value pair for a string-valued annotation.Methods in java.lang.classfilePREVIEW that return types with arguments of type AnnotationElementPREVIEWMethods in java.lang.classfilePREVIEW with parameters of type AnnotationElementPREVIEWModifier and TypeMethodDescriptionstatic AnnotationPREVIEW
Annotation.of
(Utf8EntryPREVIEW annotationClass, AnnotationElementPREVIEW... elements) Returns an annotation.static AnnotationPREVIEW
Annotation.of
(ClassDesc annotationClass, AnnotationElementPREVIEW... elements) Returns an annotation.static TypeAnnotationPREVIEW
TypeAnnotation.of
(TypeAnnotation.TargetInfoPREVIEW targetInfo, List<TypeAnnotation.TypePathComponentPREVIEW> targetPath, Utf8EntryPREVIEW annotationClassUtf8Entry, AnnotationElementPREVIEW... annotationElements) Returns a type annotation.static TypeAnnotationPREVIEW
TypeAnnotation.of
(TypeAnnotation.TargetInfoPREVIEW targetInfo, List<TypeAnnotation.TypePathComponentPREVIEW> targetPath, ClassDesc annotationClass, AnnotationElementPREVIEW... annotationElements) Returns a type annotation.Method parameters in java.lang.classfilePREVIEW with type arguments of type AnnotationElementPREVIEWModifier and TypeMethodDescriptionstatic AnnotationPREVIEW
Returns an annotation.static AnnotationPREVIEW
Annotation.of
(ClassDesc annotationClass, List<AnnotationElementPREVIEW> elements) Returns an annotation.