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 voidacceptVisitor(AnnotationElement.Visitor visitor)List<Object>getValue()List<AnnotationElement.Value>getValues()StringtoString()AllValuesmust 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:
getValuein classAnnotationElement.Value
-
acceptVisitor
public void acceptVisitor(AnnotationElement.Visitor visitor)
- Overrides:
acceptVisitorin classAnnotationElement
-
toString
public String toString()
Description copied from class:AnnotationElement.ValueAllValuesmust overridetoString()in a sensible manner.- Specified by:
toStringin classAnnotationElement.Value
-
-