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-valued elementstatic interface
Preview.Models an array-valued elementstatic interface
Preview.Models a constant-valued elementstatic interface
Preview.Models a constant-valued elementstatic interface
Preview.Models a constant-valued elementstatic interface
Preview.Models a class-valued elementstatic interface
Preview.Models a constant-valued elementstatic interface
Preview.Models a constant-valued elementstatic interface
Preview.Models an enum-valued elementstatic interface
Preview.Models a constant-valued elementstatic interface
Preview.Models a constant-valued elementstatic interface
Preview.Models a constant-valued elementstatic interface
Preview.Models a constant-valued elementstatic interface
Preview.Models a constant-valued elementModifier and TypeMethodDescriptionstatic AnnotationValuePREVIEW
Returns an annotation element.AnnotationElement.value()
Returns the element value.Modifier 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.ofArray
(String name, AnnotationValuePREVIEW... values) Returns an annotation key-value pair for an array-valued annotation.AnnotationValue.ofArray
(AnnotationValuePREVIEW... values) Returns an annotation element for an array-valued element.Modifier and TypeMethodDescriptionAnnotationValue.ofArray
(List<AnnotationValuePREVIEW> values) Returns an annotation element for an array-valued element. -
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.