| Package | Description |
|---|---|
| com.github.os72.protobuf351 |
| Modifier and Type | Class and Description |
|---|---|
static class |
TextFormat.UnknownFieldParseException
Thrown when encountering an unknown field while parsing
a text format message.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TextFormat.merge(CharSequence input,
ExtensionRegistry extensionRegistry,
Message.Builder builder)
Parse a text-format message from
input and merge the contents
into builder. |
void |
TextFormat.Parser.merge(CharSequence input,
ExtensionRegistry extensionRegistry,
Message.Builder builder)
Parse a text-format message from
input and merge the contents
into builder. |
static void |
TextFormat.merge(CharSequence input,
Message.Builder builder)
Parse a text-format message from
input and merge the contents
into builder. |
void |
TextFormat.Parser.merge(CharSequence input,
Message.Builder builder)
Parse a text-format message from
input and merge the contents
into builder. |
Copyright © 2008–2018. All rights reserved.