Interface AnnotationValue.OfString
- All Superinterfaces:
AnnotationValue, AnnotationValue.OfConstant
- Enclosing interface:
AnnotationValue
- Since:
- 24
-
Nested Class Summary
Nested classes/interfaces declared in interface AnnotationValue
AnnotationValue.OfAnnotation, AnnotationValue.OfArray, AnnotationValue.OfBoolean, AnnotationValue.OfByte, AnnotationValue.OfChar, AnnotationValue.OfClass, AnnotationValue.OfConstant, AnnotationValue.OfDouble, AnnotationValue.OfEnum, AnnotationValue.OfFloat, AnnotationValue.OfInt, AnnotationValue.OfLong, AnnotationValue.OfShort, AnnotationValue.OfStringModifier and TypeInterfaceDescriptionstatic interfaceModels an annotation value of an element-value pair.static interfaceModels an array value of an element-value pair.static interfaceModels a boolean value of an element-value pair.static interfaceModels a byte value of an element-value pair.static interfaceModels a char value of an element-value pair.static interfaceModels a class value of an element-value pair.static interfaceModels a constant value of an element-value pair.static interfaceModels a double value of an element-value pair.static interfaceModels an enum value of an element-value pair.static interfaceModels a float value of an element-value pair.static interfaceModels an int value of an element-value pair.static interfaceModels a long value of an element-value pair.static interfaceModels a short value of an element-value pair.static interfaceModels a string value of an element-value pair. -
Field Summary
Fields declared in interface AnnotationValue
TAG_ANNOTATION, TAG_ARRAY, TAG_BOOLEAN, TAG_BYTE, TAG_CHAR, TAG_CLASS, TAG_DOUBLE, TAG_ENUM, TAG_FLOAT, TAG_INT, TAG_LONG, TAG_SHORT, TAG_STRINGModifier and TypeFieldDescriptionstatic final intThetagindicating the value of an element-value pair isAnnotationValue.OfAnnotation.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfArray.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfBoolean.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfByte.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfChar.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfClass.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfDouble.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfEnum.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfFloat.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfInt.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfLong.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfShort.static final intThetagindicating the value of an element-value pair isAnnotationValue.OfString. -
Method Summary
Methods declared in interface AnnotationValue
tag
-
Method Details
-
constant
Utf8Entry constant()Returns the backing UTF8 entry.- Specified by:
constantin interfaceAnnotationValue.OfConstant- Returns:
- the backing UTF8 entry
-
stringValue
-
resolvedValue
Returns the resolved string value.- Specified by:
resolvedValuein interfaceAnnotationValue.OfConstant- Implementation Requirements:
- This method returns the same as
stringValue(). - Returns:
- the resolved string value
-