| Package | Description |
|---|---|
| org.infinispan.protostream.descriptors |
Represents information contained in a proto file
|
| org.infinispan.protostream.impl |
Protostream internals.
|
| org.infinispan.protostream.impl.parser |
.proto schema file parser and a documentation pseudo-annotation parser.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AnnotationElement.Annotation> |
AnnotatedDescriptor.getAnnotations()
Get the documentation annotations in the form of a map of abstract syntax trees of
AnnotationElement nodes. |
<T> T |
AnnotatedDescriptor.getProcessedAnnotation(String annotationName)
Get the 'processed' annotation object created by the registered
AnnotationMetadataCreator
or null if the annotation is missing or no AnnotationMetadataCreator
was registered. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AnnotationElement.Annotation> |
AnnotatedDescriptorImpl.getAnnotations() |
<T> T |
AnnotatedDescriptorImpl.getProcessedAnnotation(String annotationName) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationElement.Annotation> |
AnnotationParser.parse()
Parse the text and extract the annotations.
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.