Uses of Interface
java.lang.classfile.AnnotationValue JAVA
Packages that use AnnotationValuePREVIEW
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
Subinterfaces of AnnotationValuePREVIEW in java.lang.classfilePREVIEWModifier 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 elementSubinterfaces with type arguments of type AnnotationValuePREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models the value of a key-value pair of an annotation.Methods in java.lang.classfilePREVIEW that return AnnotationValuePREVIEWModifier and TypeMethodDescriptionstatic AnnotationValuePREVIEW
Returns an annotation element.AnnotationElement.value()
Returns the element value.Methods in java.lang.classfilePREVIEW that return types with arguments of type AnnotationValuePREVIEWMethods in java.lang.classfilePREVIEW with parameters of type AnnotationValuePREVIEWModifier 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.Method parameters in java.lang.classfilePREVIEW with type arguments of type AnnotationValuePREVIEWModifier and TypeMethodDescriptionAnnotationValue.ofArray
(List<AnnotationValuePREVIEW> values) Returns an annotation element for an array-valued element. -
Uses of AnnotationValuePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return AnnotationValuePREVIEWModifier and TypeMethodDescriptionAnnotationDefaultAttribute.defaultValue()
Returns the default value of the annotation type element represented by this method.Methods in java.lang.classfile.attributePREVIEW with parameters of type AnnotationValuePREVIEWModifier and TypeMethodDescriptionAnnotationDefaultAttribute.of
(AnnotationValuePREVIEW annotationDefault) Returns anAnnotationDefault
attribute.