Package org.tribuo.protos
Annotation Interface ProtoSerializableMapValuesField
Annotation which denotes that the map field this is applied to is
serialized as a list of values.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe name of the value field in the protobuf in Java. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
The protobuf version when this field was added.
-
Element Details
-
valuesName
String valuesNameThe name of the value field in the protobuf in Java.- Returns:
- The value field name.
-
-
-
sinceVersion
int sinceVersionThe protobuf version when this field was added.- Returns:
- The version.
- Default:
- 0
-