Class MapDescriptor
java.lang.Object
org.infinispan.protostream.impl.AnnotatedDescriptorImpl
org.infinispan.protostream.descriptors.FieldDescriptor
org.infinispan.protostream.descriptors.MapDescriptor
- All Implemented Interfaces:
AnnotatedDescriptor
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.infinispan.protostream.descriptors.FieldDescriptor
containingMessage, defaultValue, enumType, fileDescriptor, label, messageType, number, options, type, typeName
Fields inherited from class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
annotations, documentation, fullName, name, processedAnnotations
-
Method Summary
Methods inherited from class org.infinispan.protostream.descriptors.FieldDescriptor
getAnnotationConfig, getContainingMessage, getDefaultValue, getEnumType, getFileDescriptor, getJavaType, getMessageType, getNumber, getOptionByName, getOptions, getType, getTypeName, hasDefaultValue
Methods inherited from class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
getAnnotations, getAnnotationsConfig, getDocumentation, getFullName, getName, getProcessedAnnotation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.infinispan.protostream.descriptors.AnnotatedDescriptor
getAnnotations, getDocumentation, getFullName, getName, getProcessedAnnotation
-
Method Details
-
isRepeated
public boolean isRepeated()- Overrides:
isRepeated
in classFieldDescriptor
-
getKeyType
-
getKeyTypeName
-
getKeyJavaType
-
getWireTag
public int getWireTag()- Overrides:
getWireTag
in classFieldDescriptor
-
getKeyWireTag
public int getKeyWireTag() -
getValueWireTag
public int getValueWireTag() -
getLabel
- Overrides:
getLabel
in classFieldDescriptor
-
toString
- Overrides:
toString
in classFieldDescriptor
-