Package io.deephaven.protobuf
Interface FieldOptions.MapBehavior
- Enclosing class:
- FieldOptions
public static interface FieldOptions.MapBehavior
The behavior when handling a protobuf
map
field.-
Method Summary
Modifier and TypeMethodDescriptionstatic FieldOptions.MapBehavior
asMap()
Parses the field as aMap
.static FieldOptions.MapBehavior
Parses the field as arepeated MapFieldEntry
.
-
Method Details
-
asMap
Parses the field as aMap
. -
asRepeated
Parses the field as arepeated MapFieldEntry
.
-