| 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 | Field and Description |
|---|---|
private java.util.Map<java.lang.String,AnnotationElement.Attribute> |
AnnotationElement.Annotation.attributes |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,AnnotationElement.Attribute> |
AnnotationElement.Annotation.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationElement.Visitor.visit(AnnotationElement.Attribute tree) |
| Constructor and Description |
|---|
Annotation(long pos,
java.lang.String name,
java.util.Map<java.lang.String,AnnotationElement.Attribute> attributes) |
| 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.Attribute |
AnnotationParser.parseAttribute() |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Map<java.lang.String,AnnotationElement.Attribute> |
AnnotationParser.parseAttributes() |