Package io.deephaven.protobuf
Interface FieldOptions.WellKnownBehavior
- Enclosing class:
- FieldOptions
public static interface FieldOptions.WellKnownBehavior
The behavior when handling a protobuf
message
type.-
Method Summary
Modifier and TypeMethodDescriptionParse the field recursively.Parse the field as a well-known type if known, otherwise parse recursively.
-
Method Details
-
asWellKnown
Parse the field as a well-known type if known, otherwise parse recursively. -
asRecursive
Parse the field recursively.
-