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 TypeInterfaceDescriptioninterfacePreview.Models a key-value pair of an annotation.Methods in java.lang.classfilePREVIEW that return AnnotationElementPREVIEWModifier and TypeMethodDescriptionstatic AnnotationElementPREVIEWAnnotationElement.of(Utf8EntryPREVIEW name, AnnotationValuePREVIEW value) Returns an annotation key-value pair.static AnnotationElementPREVIEWAnnotationElement.of(String name, AnnotationValuePREVIEW value) Returns an annotation key-value pair.static AnnotationElementPREVIEWAnnotationElement.ofAnnotation(String name, AnnotationPREVIEW value) Returns an annotation key-value pair for an annotation-valued annotation.static AnnotationElementPREVIEWAnnotationElement.ofArray(String name, AnnotationValuePREVIEW... values) Returns an annotation key-value pair for an array-valued annotation.static AnnotationElementPREVIEWReturns an annotation key-value pair for a boolean-valued annotation.static AnnotationElementPREVIEWReturns an annotation key-value pair for a byte-valued annotation.static AnnotationElementPREVIEWReturns an annotation key-value pair for a char-valued annotation.static AnnotationElementPREVIEWReturns an annotation key-value pair for a class-valued annotation.static AnnotationElementPREVIEWReturns an annotation key-value pair for a double-valued annotation.static AnnotationElementPREVIEWReturns an annotation key-value pair for a float-valued annotation.static AnnotationElementPREVIEWReturns an annotation key-value pair for an int-valued annotation.static AnnotationElementPREVIEWReturns an annotation key-value pair for a long-valued annotation.static AnnotationElementPREVIEWReturns an annotation key-value pair for a short-valued annotation.static AnnotationElementPREVIEWReturns 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 AnnotationPREVIEWAnnotation.of(Utf8EntryPREVIEW annotationClass, AnnotationElementPREVIEW... elements) Returns an annotation.static AnnotationPREVIEWAnnotation.of(ClassDesc annotationClass, AnnotationElementPREVIEW... elements) Returns an annotation.static TypeAnnotationPREVIEWTypeAnnotation.of(TypeAnnotation.TargetInfoPREVIEW targetInfo, List<TypeAnnotation.TypePathComponentPREVIEW> targetPath, Utf8EntryPREVIEW annotationClassUtf8Entry, AnnotationElementPREVIEW... annotationElements) Returns a type annotation.static TypeAnnotationPREVIEWTypeAnnotation.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 AnnotationPREVIEWReturns an annotation.static AnnotationPREVIEWAnnotation.of(ClassDesc annotationClass, List<AnnotationElementPREVIEW> elements) Returns an annotation.