| Package | Description |
|---|---|
| com.google.protobuf |
| 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. |
static <T extends Message> |
TextFormat.parse(CharSequence input,
Class<T> protoClass)
Parse a text-format message from
input. |
static <T extends Message> |
TextFormat.parse(CharSequence input,
ExtensionRegistry extensionRegistry,
Class<T> protoClass)
Parse a text-format message from
input. |
Copyright © 2008–2021. All rights reserved.