Uses of Interface
java.lang.classfile.AnnotationValue
Packages that use AnnotationValuePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of AnnotationValuePREVIEW in java.lang.classfilePREVIEW
Subinterfaces of AnnotationValuePREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptionstatic interfacePreview.Models an annotation value of an element-value pair.static interfacePreview.Models an array value of an element-value pair.static interfacePreview.Models a boolean value of an element-value pair.static interfacePreview.Models a byte value of an element-value pair.static interfacePreview.Models a char value of an element-value pair.static interfacePreview.Models a class value of an element-value pair.static interfacePreview.Models a constant value of an element-value pair.static interfacePreview.Models a double value of an element-value pair.static interfacePreview.Models an enum value of an element-value pair.static interfacePreview.Models a float value of an element-value pair.static interfacePreview.Models an int value of an element-value pair.static interfacePreview.Models a long value of an element-value pair.static interfacePreview.Models a short value of an element-value pair.static interfacePreview.Models a string value of an element-value pair.Methods in java.lang.classfilePREVIEW that return AnnotationValuePREVIEWModifier and TypeMethodDescriptionstatic AnnotationValuePREVIEWReturns an annotation element.AnnotationElement.value()Returns the element value.Methods in java.lang.classfilePREVIEW that return types with arguments of type AnnotationValuePREVIEWModifier and TypeMethodDescriptionAnnotationValue.OfArray.values()Returns the array elements of the array value.Methods in java.lang.classfilePREVIEW with parameters of type AnnotationValuePREVIEWModifier and TypeMethodDescriptionstatic AnnotationElementPREVIEWAnnotationElement.of(Utf8EntryPREVIEW name, AnnotationValuePREVIEW value) Returns an element-value pair.static AnnotationElementPREVIEWAnnotationElement.of(String name, AnnotationValuePREVIEW value) Returns an element-value pair.static AnnotationElementPREVIEWAnnotationElement.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.Method parameters in java.lang.classfilePREVIEW with type arguments of type AnnotationValuePREVIEWModifier and TypeMethodDescriptionAnnotationValue.ofArray(List<AnnotationValuePREVIEW> values) Returns an array value for an element-value pair. -
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 anAnnotationDefaultattribute.