Package | Description |
---|---|
org.infinispan.protostream.descriptors |
Represents information contained in a proto file
|
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationElement.Annotation |
static class |
AnnotationElement.Array |
static class |
AnnotationElement.Identifier |
static class |
AnnotationElement.Literal
A String, Character, Boolean or a Number.
|
Modifier and Type | Method and Description |
---|---|
AnnotationElement.Value |
AnnotationElement.Annotation.getAttributeValue(String attributeName) |
AnnotationElement.Value |
AnnotationElement.Annotation.getDefaultAttributeValue() |
AnnotationElement.Value |
AnnotationElement.Attribute.getValue() |
Modifier and Type | Method and Description |
---|---|
List<AnnotationElement.Value> |
AnnotationElement.Array.getValues() |
Constructor and Description |
---|
Attribute(long pos,
String name,
AnnotationElement.Value value) |
Constructor and Description |
---|
Array(long pos,
List<AnnotationElement.Value> values) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.