Uses of Class
org.infinispan.protostream.AnnotationParserException
Packages that use AnnotationParserException
Package
Description
Represents information contained in a proto file
Protostream internals.
.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 AnnotationParserExceptionModifier and TypeMethodDescriptionAnnotatedDescriptor.getAnnotations()<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 AnnotationParserExceptionModifier and TypeMethodDescriptionAnnotatedDescriptorImpl.getAnnotations()<T> TAnnotatedDescriptorImpl.getProcessedAnnotation(String annotationName) private voidAnnotatedDescriptorImpl.processAnnotations()Extract annotations by parsing the documentation comment and run the configuredAnnotationMetadataCreators. -
Uses of AnnotationParserException in org.infinispan.protostream.impl.parser
Methods in org.infinispan.protostream.impl.parser that throw AnnotationParserExceptionModifier and TypeMethodDescriptionAnnotationParser.parse()Parse the text and extract the annotations.