Package io.deephaven.protobuf
Class ProtobufDescriptorParserOptions
java.lang.Object
io.deephaven.protobuf.ProtobufDescriptorParserOptions
The
ProtobufDescriptorParser
options.-
Constructor Details
-
ProtobufDescriptorParserOptions
public ProtobufDescriptorParserOptions()
-
-
Method Details
-
builder
-
defaults
Creates a default options instance.- Returns:
- the options
-
fieldOptions
The field options, allows the caller to specify different options for different field paths. Equivalent tofieldPath -> FieldOptions.defaults()
.- Returns:
- the field options
-
parsers
Controls which message parsers to use. By default, isMessageParser.defaults()
.- Returns:
- the single-valued message parsers
-