Class AnnotationElement.Literal
java.lang.Object
org.infinispan.protostream.descriptors.AnnotationElement
org.infinispan.protostream.descriptors.AnnotationElement.Value
org.infinispan.protostream.descriptors.AnnotationElement.Literal
- Enclosing class:
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
FieldsFields inherited from class org.infinispan.protostream.descriptors.AnnotationElement
position, UNKNOWN_POSITION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(AnnotationElement.Visitor visitor) getValue()toString()AllValuesmust overridetoString()in a sensible manner.Methods inherited from class org.infinispan.protostream.descriptors.AnnotationElement
column, line, makePosition, positionToString
-
Field Details
-
value
-
-
Constructor Details
-
Literal
-
-
Method Details
-
getValue
- Specified by:
getValuein classAnnotationElement.Value
-
acceptVisitor
- Overrides:
acceptVisitorin classAnnotationElement
-
toString
Description copied from class:AnnotationElement.ValueAllValuesmust overridetoString()in a sensible manner.- Specified by:
toStringin classAnnotationElement.Value
-