Send feedback
Class TextFormat.Parser (3.19.4)
Stay organized with collections
Save and categorize content based on your preferences.
public static class TextFormat . Parser
Parser for text-format proto2 instances. This class is thread-safe. The implementation largely
follows google/protobuf/text_format.cc.
Use TextFormat#getParser() to obtain the default parser, or Builder to
control the parser behavior.
Static Methods
newBuilder()
public static TextFormat . Parser . Builder newBuilder ()
Returns a new instance of Builder .
Methods
merge(CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder)
public void merge ( CharSequence input , ExtensionRegistry extensionRegistry , Message . Builder builder )
Parse a text-format message from input
and merge the contents into builder
.
Extensions will be recognized if they are registered in extensionRegistry
.
merge(CharSequence input, Message.Builder builder)
public void merge ( CharSequence input , Message . Builder builder )
Parse a text-format message from input
and merge the contents into builder
.
merge(Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder)
public void merge ( Readable input , ExtensionRegistry extensionRegistry , Message . Builder builder )
Parse a text-format message from input
and merge the contents into builder
.
Extensions will be recognized if they are registered in extensionRegistry
.
merge(Readable input, Message.Builder builder)
public void merge ( Readable input , Message . Builder builder )
Parse a text-format message from input
and merge the contents into builder
.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-08 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-08 UTC."],[],[]]