Uses of Class
org.infinispan.protostream.descriptors.AnnotationElement.Value
-
Packages that use AnnotationElement.Value Package Description org.infinispan.protostream.config Fluent configuration API for ProtoStream.org.infinispan.protostream.descriptors Represents information contained in a proto file -
-
Uses of AnnotationElement.Value in org.infinispan.protostream.config
Methods in org.infinispan.protostream.config with parameters of type AnnotationElement.Value Modifier and Type Method Description booleanAnnotationAttributeConfiguration. isAllowed(AnnotationElement.Value value) -
Uses of AnnotationElement.Value in org.infinispan.protostream.descriptors
Subclasses of AnnotationElement.Value in org.infinispan.protostream.descriptors Modifier and Type Class Description static classAnnotationElement.Annotationstatic classAnnotationElement.Arraystatic classAnnotationElement.IdentifierAn identifier is a bit like a string literal but it does not have the quotation marks and it cannot contain white space.static classAnnotationElement.LiteralMethods in org.infinispan.protostream.descriptors that return AnnotationElement.Value Modifier and Type Method Description AnnotationElement.ValueAnnotationElement.Annotation. getAttributeValue(String attributeName)AnnotationElement.ValueAnnotationElement.Annotation. getDefaultAttributeValue()AnnotationElement.ValueAnnotationElement.Attribute. getValue()Methods in org.infinispan.protostream.descriptors that return types with arguments of type AnnotationElement.Value Modifier and Type Method Description List<AnnotationElement.Value>AnnotationElement.Array. getValues()Constructors in org.infinispan.protostream.descriptors with parameters of type AnnotationElement.Value Constructor Description Attribute(long pos, String name, AnnotationElement.Value value)Constructor parameters in org.infinispan.protostream.descriptors with type arguments of type AnnotationElement.Value Constructor Description Array(long pos, List<AnnotationElement.Value> values)
-