Uses of Class
org.infinispan.protostream.descriptors.AnnotationElement.Annotation
Packages that use AnnotationElement.Annotation
Package
Description
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
Represents information contained in a proto file
Protostream internals.
.proto schema file parser and a documentation pseudo-annotation parser.
-
Uses of AnnotationElement.Annotation in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type AnnotationElement.AnnotationModifier and TypeMethodDescriptionAnnotationMetadataCreator.create(AnnotatedDescriptorType annotatedDescriptor, AnnotationElement.Annotation annotation) -
Uses of AnnotationElement.Annotation in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that return AnnotationElement.AnnotationMethods in org.infinispan.protostream.descriptors that return types with arguments of type AnnotationElement.AnnotationMethods in org.infinispan.protostream.descriptors with parameters of type AnnotationElement.AnnotationModifier and TypeMethodDescriptionprotected AnnotationConfigurationDescriptor.getAnnotationConfig(AnnotationElement.Annotation annotation) protected AnnotationConfigurationEnumDescriptor.getAnnotationConfig(AnnotationElement.Annotation annotation) protected AnnotationConfigurationFieldDescriptor.getAnnotationConfig(AnnotationElement.Annotation annotation) voidAnnotationElement.Visitor.visit(AnnotationElement.Annotation tree) -
Uses of AnnotationElement.Annotation in org.infinispan.protostream.impl
Fields in org.infinispan.protostream.impl with type parameters of type AnnotationElement.AnnotationModifier and TypeFieldDescriptionprotected Map<String, AnnotationElement.Annotation> AnnotatedDescriptorImpl.annotationsThe annotations found in the documentation.Methods in org.infinispan.protostream.impl that return types with arguments of type AnnotationElement.AnnotationMethods in org.infinispan.protostream.impl with parameters of type AnnotationElement.AnnotationModifier and TypeMethodDescriptionprotected abstract AnnotationConfigurationAnnotatedDescriptorImpl.getAnnotationConfig(AnnotationElement.Annotation annotation) Subclasses are responsible for fetching theAnnotationConfigurationfrom the appropriate config (it it exists) and to validate that the target is suitable.private voidAnnotatedDescriptorImpl.normalizeValues(AnnotationElement.Annotation annotation, AnnotationConfiguration annotationConfig) private voidAnnotatedDescriptorImpl.validateAttribute(AnnotationElement.Annotation annotation, AnnotationElement.Attribute attribute, AnnotationAttributeConfiguration attributeConfig, AnnotationElement.Value value) private voidAnnotatedDescriptorImpl.validateAttributes(AnnotationElement.Annotation annotation, AnnotationConfiguration annotationConfig) -
Uses of AnnotationElement.Annotation in org.infinispan.protostream.impl.parser
Methods in org.infinispan.protostream.impl.parser that return AnnotationElement.AnnotationModifier and TypeMethodDescriptionprivate AnnotationElement.AnnotationAnnotationParser.parseAnnotation()Methods in org.infinispan.protostream.impl.parser that return types with arguments of type AnnotationElement.AnnotationModifier and TypeMethodDescriptionAnnotationParser.parse()Parse the text and extract the annotations.