Uses of Interface
java.lang.classfile.AnnotationValue
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of AnnotationValuePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeInterfaceDescriptionstatic interface
Preview.Models an annotation value of an element-value pair.static interface
Preview.Models an array value of an element-value pair.static interface
Preview.Models a boolean value of an element-value pair.static interface
Preview.Models a byte value of an element-value pair.static interface
Preview.Models a char value of an element-value pair.static interface
Preview.Models a class value of an element-value pair.static interface
Preview.Models a constant value of an element-value pair.static interface
Preview.Models a double value of an element-value pair.static interface
Preview.Models an enum value of an element-value pair.static interface
Preview.Models a float value of an element-value pair.static interface
Preview.Models an int value of an element-value pair.static interface
Preview.Models a long value of an element-value pair.static interface
Preview.Models a short value of an element-value pair.static interface
Preview.Models a string value of an element-value pair.Modifier and TypeMethodDescriptionstatic AnnotationValuePREVIEW
Returns an annotation element.AnnotationElement.value()
Returns the element value.Modifier and TypeMethodDescriptionAnnotationValue.OfArray.values()
Returns the array elements of the array value.Modifier and TypeMethodDescriptionstatic AnnotationElementPREVIEW
AnnotationElement.of
(Utf8EntryPREVIEW name, AnnotationValuePREVIEW value) Returns an element-value pair.static AnnotationElementPREVIEW
AnnotationElement.of
(String name, AnnotationValuePREVIEW value) Returns an element-value pair.static AnnotationElementPREVIEW
AnnotationElement.ofArray
(String name, AnnotationValuePREVIEW... values) Returns an element-value pair for an array-valued element.AnnotationValue.ofArray
(AnnotationValuePREVIEW... values) Returns an array value for an element-value pair.Modifier and TypeMethodDescriptionAnnotationValue.ofArray
(List<AnnotationValuePREVIEW> values) Returns an array value for an element-value pair. -
Uses of AnnotationValuePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionAnnotationDefaultAttribute.defaultValue()
Returns the default value of the annotation type element represented by this method.Modifier and TypeMethodDescriptionAnnotationDefaultAttribute.of
(AnnotationValuePREVIEW annotationDefault) Returns anAnnotationDefault
attribute.