| Package | Description |
|---|---|
| org.infinispan.protostream |
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
|
| 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 | Method and Description |
|---|---|
MetadataType |
AnnotationMetadataCreator.create(AnnotatedDescriptorType annotatedDescriptor,
AnnotationElement.Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationElement.Annotation |
AnnotationElement.Annotation.getValue() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,AnnotationElement.Annotation> |
AnnotatedDescriptor.getAnnotations()
Get the documentation annotations in the form of a map of abstract syntax trees of AnnotationElement nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationElement.Visitor.visit(AnnotationElement.Annotation tree) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,AnnotationElement.Annotation> |
AnnotatedDescriptorImpl.annotations |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,AnnotationElement.Annotation> |
AnnotatedDescriptorImpl.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
private void |
AnnotatedDescriptorImpl.normalizeValues(AnnotationElement.Annotation annotation,
AnnotationConfig<?> annotationConfig) |
private void |
AnnotatedDescriptorImpl.validateAttribute(AnnotationElement.Annotation annotation,
AnnotationElement.Attribute attribute,
AnnotationAttributeConfig attributeConfig,
AnnotationElement.Value value) |
private void |
AnnotatedDescriptorImpl.validateAttributes(AnnotationElement.Annotation annotation,
AnnotationConfig<?> annotationConfig) |
| Modifier and Type | Method and Description |
|---|---|
private AnnotationElement.Annotation |
AnnotationParser.parseAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,AnnotationElement.Annotation> |
AnnotationParser.parse() |