Class AnnotationElement.Array
- java.lang.Object
-
- org.infinispan.protostream.descriptors.AnnotationElement
-
- org.infinispan.protostream.descriptors.AnnotationElement.Value
-
- org.infinispan.protostream.descriptors.AnnotationElement.Array
-
- Enclosing class:
- AnnotationElement
public static final class AnnotationElement.Array extends AnnotationElement.Value
-
-
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 Constructor Description Array(long pos, List<AnnotationElement.Value> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
acceptVisitor(AnnotationElement.Visitor visitor)
List<Object>
getValue()
List<AnnotationElement.Value>
getValues()
String
toString()
AllValues
must overridetoString()
in a sensible manner.-
Methods inherited from class org.infinispan.protostream.descriptors.AnnotationElement
column, line, makePosition, positionToString
-
-
-
-
Constructor Detail
-
Array
public Array(long pos, List<AnnotationElement.Value> values)
-
-
Method Detail
-
getValues
public List<AnnotationElement.Value> getValues()
-
getValue
public List<Object> getValue()
- Specified by:
getValue
in classAnnotationElement.Value
-
acceptVisitor
public void acceptVisitor(AnnotationElement.Visitor visitor)
- Overrides:
acceptVisitor
in classAnnotationElement
-
toString
public String toString()
Description copied from class:AnnotationElement.Value
AllValues
must overridetoString()
in a sensible manner.- Specified by:
toString
in classAnnotationElement.Value
-
-