Uses of Class
org.infinispan.protostream.AnnotationParserException
-
Packages that use AnnotationParserException Package Description org.infinispan.protostream.descriptors Represents information contained in a proto fileorg.infinispan.protostream.impl Protostream internals.org.infinispan.protostream.impl.parser .proto schema file parser and a documentation pseudo-annotation parser. -
-
Uses of AnnotationParserException in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that throw AnnotationParserException Modifier and Type Method Description Map<String,AnnotationElement.Annotation>AnnotatedDescriptor. getAnnotations()Get the documentation annotations in the form of a map of abstract syntax trees ofAnnotationElementnodes.<T> TAnnotatedDescriptor. getProcessedAnnotation(String annotationName)Get the 'processed' annotation object created by the registeredAnnotationMetadataCreatorornullif the annotation is missing or noAnnotationMetadataCreatorwas registered. -
Uses of AnnotationParserException in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl that throw AnnotationParserException Modifier and Type Method Description Map<String,AnnotationElement.Annotation>AnnotatedDescriptorImpl. getAnnotations()<T> TAnnotatedDescriptorImpl. getProcessedAnnotation(String annotationName) -
Uses of AnnotationParserException in org.infinispan.protostream.impl.parser
Methods in org.infinispan.protostream.impl.parser that throw AnnotationParserException Modifier and Type Method Description List<AnnotationElement.Annotation>AnnotationParser. parse()Parse the text and extract the annotations.
-