| Package | Description |
|---|---|
| org.infinispan.protostream.descriptors |
Represents information contained in a proto file
|
| org.infinispan.protostream.impl |
Protostream internals.
|
| org.infinispan.protostream.impl.parser |
Protobuf files parser.
|
| 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 | Field and Description |
|---|---|
private AnnotationElement.Value |
AnnotationElement.Attribute.value |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<AnnotationElement.Value> |
AnnotationElement.Array.values |
| Modifier and Type | Method and Description |
|---|---|
AnnotationElement.Value |
AnnotationElement.Annotation.getAttributeValue(java.lang.String attributeName) |
AnnotationElement.Value |
AnnotationElement.Annotation.getDefaultAttributeValue() |
AnnotationElement.Value |
AnnotationElement.Attribute.getValue() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AnnotationElement.Value> |
AnnotationElement.Array.getValues() |
| Constructor and Description |
|---|
Attribute(long pos,
java.lang.String name,
AnnotationElement.Value value) |
| Constructor and Description |
|---|
Array(long pos,
java.util.List<AnnotationElement.Value> values) |
| Modifier and Type | Method and Description |
|---|---|
private void |
AnnotatedDescriptorImpl.validateAttribute(AnnotationElement.Annotation annotation,
AnnotationElement.Attribute attribute,
AnnotationAttributeConfig attributeConfig,
AnnotationElement.Value value) |
| Modifier and Type | Method and Description |
|---|---|
private AnnotationElement.Value |
AnnotationParser.parseValue(int start) |