| 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 | 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.
|
<T> T |
AnnotatedDescriptor.getProcessedAnnotation(java.lang.String annotationName)
Get the 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 |
|---|---|
java.util.Map<java.lang.String,AnnotationElement.Annotation> |
AnnotatedDescriptorImpl.getAnnotations() |
<T> T |
AnnotatedDescriptorImpl.getProcessedAnnotation(java.lang.String annotationName) |
private void |
AnnotatedDescriptorImpl.processAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
private AnnotationParserException |
AnnotationLexer.lexerError(long pos,
java.lang.String errorMsg,
java.lang.String... errorArgs) |
private AnnotationParserException |
AnnotationLexer.lexerError(java.lang.String errorMsg,
java.lang.String... errorArgs) |
private AnnotationParserException |
AnnotationParser.syntaxError(long pos,
java.lang.String errorMsg,
java.lang.String... errorArgs) |
private AnnotationParserException |
AnnotationParser.syntaxError(java.lang.String errorMsg,
java.lang.String... errorArgs) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,AnnotationElement.Annotation> |
AnnotationParser.parse() |