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
Static MethodsModifier and TypeMethodDescriptionstatic FieldOptions.MapBehaviorasMap()Parses the field as aMap.static FieldOptions.MapBehaviorParses the field as arepeated MapFieldEntry.
-
Method Details
-
asMap
Parses the field as aMap. -
asRepeated
Parses the field as arepeated MapFieldEntry.
-