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 |
---|---|
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 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 |
---|---|
Map<String,AnnotationElement.Annotation> |
AnnotationParser.parse() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.