Uses of Class
org.infinispan.protostream.descriptors.AnnotationElement.Attribute
Packages that use AnnotationElement.Attribute
Package
Description
Represents information contained in a proto file
Protostream internals.
.proto schema file parser and a documentation pseudo-annotation parser.
-
Uses of AnnotationElement.Attribute in org.infinispan.protostream.descriptors
Fields in org.infinispan.protostream.descriptors with type parameters of type AnnotationElement.AttributeModifier and TypeFieldDescriptionprivate final Map<String, AnnotationElement.Attribute> AnnotationElement.Annotation.attributesMethods in org.infinispan.protostream.descriptors that return types with arguments of type AnnotationElement.AttributeMethods in org.infinispan.protostream.descriptors with parameters of type AnnotationElement.AttributeModifier and TypeMethodDescriptionvoidAnnotationElement.Visitor.visit(AnnotationElement.Attribute tree) Constructor parameters in org.infinispan.protostream.descriptors with type arguments of type AnnotationElement.AttributeModifierConstructorDescriptionAnnotation(long pos, String name, Map<String, AnnotationElement.Attribute> attributes) -
Uses of AnnotationElement.Attribute in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl with parameters of type AnnotationElement.AttributeModifier and TypeMethodDescriptionprivate voidAnnotatedDescriptorImpl.validateAttribute(AnnotationElement.Annotation annotation, AnnotationElement.Attribute attribute, AnnotationAttributeConfiguration attributeConfig, AnnotationElement.Value value) -
Uses of AnnotationElement.Attribute in org.infinispan.protostream.impl.parser
Methods in org.infinispan.protostream.impl.parser that return AnnotationElement.AttributeModifier and TypeMethodDescriptionprivate AnnotationElement.AttributeAnnotationParser.parseAttribute()Methods in org.infinispan.protostream.impl.parser that return types with arguments of type AnnotationElement.AttributeModifier and TypeMethodDescriptionprivate Map<String, AnnotationElement.Attribute> AnnotationParser.parseAttributes()