Annotation Interface ProtoSerializableKeysValuesField
Annotation which denotes that the map field this is applied to is
serialized as two repeated fields, one for keys and one for values.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe name of the key field in the protobuf in Java.The name of the value field in the protobuf in Java. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint
The protobuf version when this field was added.
-
Element Details
-
sinceVersion
int sinceVersionThe protobuf version when this field was added.- Returns:
- The version.
- Default:
0
-
keysName
-
valuesName
String valuesNameThe name of the value field in the protobuf in Java.- Returns:
- The value field name.
-