Uses of Interface
java.lang.classfile.AnnotationValue.OfConstant
Packages that use AnnotationValue.OfConstantPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AnnotationValue.OfConstantPREVIEW in java.lang.classfilePREVIEW
Subinterfaces of AnnotationValue.OfConstantPREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptionstatic interfacePreview.Models a constant-valued elementstatic interfacePreview.Models a constant-valued elementstatic interfacePreview.Models a constant-valued elementstatic interfacePreview.Models a constant-valued elementstatic interfacePreview.Models a constant-valued elementstatic interfacePreview.Models a constant-valued elementstatic interfacePreview.Models a constant-valued elementstatic interfacePreview.Models a constant-valued elementstatic interfacePreview.Models a constant-valued elementMethods in java.lang.classfilePREVIEW that return AnnotationValue.OfConstantPREVIEWModifier and TypeMethodDescriptionAnnotationValue.ofBoolean(boolean value) Returns an annotation element for a boolean-valued element.AnnotationValue.ofBoolean(IntegerEntryPREVIEW value) Returns an annotation element for a boolean-valued element.AnnotationValue.ofByte(byte value) Returns an annotation element for a byte-valued element.AnnotationValue.ofByte(IntegerEntryPREVIEW value) Returns an annotation element for a byte-valued element.AnnotationValue.ofChar(char value) Returns an annotation element for a char-valued element.AnnotationValue.ofChar(IntegerEntryPREVIEW value) Returns an annotation element for a char-valued element.AnnotationValue.ofDouble(double value) Returns an annotation element for a double-valued element.AnnotationValue.ofDouble(DoubleEntryPREVIEW value) Returns an annotation element for a double-valued element.AnnotationValue.ofFloat(float value) Returns an annotation element for a float-valued element.AnnotationValue.ofFloat(FloatEntryPREVIEW value) Returns an annotation element for a float-valued element.AnnotationValue.ofInt(int value) Returns an annotation element for an int-valued element.AnnotationValue.ofInt(IntegerEntryPREVIEW value) Returns an annotation element for an int-valued element.AnnotationValue.ofLong(long value) Returns an annotation element for a long-valued element.Returns an annotation element for a long-valued element.AnnotationValue.ofShort(short value) Returns an annotation element for a short-valued element.AnnotationValue.ofShort(IntegerEntryPREVIEW value) Returns an annotation element for a short-valued element.Returns an annotation element for a string-valued element.Returns an annotation element for a string-valued element.