Class AnnotationElement.Value
- java.lang.Object
-
- org.infinispan.protostream.descriptors.AnnotationElement
-
- org.infinispan.protostream.descriptors.AnnotationElement.Value
-
- Direct Known Subclasses:
AnnotationElement.Annotation,AnnotationElement.Array,AnnotationElement.Identifier,AnnotationElement.Literal
- Enclosing class:
- AnnotationElement
public abstract static class AnnotationElement.Value extends AnnotationElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.infinispan.protostream.descriptors.AnnotationElement
AnnotationElement.Annotation, AnnotationElement.AnnotationTarget, AnnotationElement.Array, AnnotationElement.Attribute, AnnotationElement.AttributeType, AnnotationElement.Identifier, AnnotationElement.Literal, AnnotationElement.Value, AnnotationElement.Visitor
-
-
Field Summary
-
Fields inherited from class org.infinispan.protostream.descriptors.AnnotationElement
position, UNKNOWN_POSITION
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedValue(long pos)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ObjectgetValue()abstract StringtoString()AllValuesmust overridetoString()in a sensible manner.-
Methods inherited from class org.infinispan.protostream.descriptors.AnnotationElement
acceptVisitor, column, line, makePosition, positionToString
-
-