Uses of Class
org.infinispan.protostream.descriptors.AnnotationElement.Value
Packages that use AnnotationElement.Value
Package
Description
Fluent configuration API for ProtoStream.
Represents information contained in a proto file
Protostream internals.
.proto schema file parser and a documentation pseudo-annotation parser.
-
Uses of AnnotationElement.Value in org.infinispan.protostream.config
Methods in org.infinispan.protostream.config with parameters of type AnnotationElement.ValueModifier and TypeMethodDescriptionbooleanAnnotationAttributeConfiguration.isAllowed(AnnotationElement.Value value) -
Uses of AnnotationElement.Value in org.infinispan.protostream.config.impl
Methods in org.infinispan.protostream.config.impl with parameters of type AnnotationElement.ValueModifier and TypeMethodDescriptionbooleanAnnotationAttributeConfigurationImpl.isAllowed(AnnotationElement.Value value) -
Uses of AnnotationElement.Value in org.infinispan.protostream.descriptors
Subclasses of AnnotationElement.Value in org.infinispan.protostream.descriptorsModifier and TypeClassDescriptionstatic final classstatic final classstatic final classAn identifier is a bit like a string literal but it does not have the quotation marks and it cannot contain white space.static final classFields in org.infinispan.protostream.descriptors declared as AnnotationElement.ValueModifier and TypeFieldDescriptionprivate final AnnotationElement.ValueAnnotationElement.Attribute.valueFields in org.infinispan.protostream.descriptors with type parameters of type AnnotationElement.ValueModifier and TypeFieldDescriptionprivate final List<AnnotationElement.Value> AnnotationElement.Array.valuesMethods in org.infinispan.protostream.descriptors that return AnnotationElement.ValueModifier and TypeMethodDescriptionAnnotationElement.Annotation.getAttributeValue(String attributeName) AnnotationElement.Annotation.getDefaultAttributeValue()AnnotationElement.Attribute.getValue()Methods in org.infinispan.protostream.descriptors that return types with arguments of type AnnotationElement.ValueConstructors in org.infinispan.protostream.descriptors with parameters of type AnnotationElement.ValueConstructor parameters in org.infinispan.protostream.descriptors with type arguments of type AnnotationElement.Value -
Uses of AnnotationElement.Value in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl with parameters of type AnnotationElement.ValueModifier and TypeMethodDescriptionprivate voidAnnotatedDescriptorImpl.validateAttribute(AnnotationElement.Annotation annotation, AnnotationElement.Attribute attribute, AnnotationAttributeConfiguration attributeConfig, AnnotationElement.Value value) -
Uses of AnnotationElement.Value in org.infinispan.protostream.impl.parser
Methods in org.infinispan.protostream.impl.parser that return AnnotationElement.ValueModifier and TypeMethodDescriptionprivate AnnotationElement.ValueAnnotationParser.parseValue(int start)