Uses of Class
com.google.protobuf.TextFormat.Parser
-
Packages that use TextFormat.Parser Package Description com.google.protobuf -
-
Uses of TextFormat.Parser in com.google.protobuf
Fields in com.google.protobuf declared as TextFormat.Parser Modifier and Type Field Description private static TextFormat.Parser
TextFormat. PARSER
Methods in com.google.protobuf that return TextFormat.Parser Modifier and Type Method Description TextFormat.Parser
TextFormat.Parser.Builder. build()
static TextFormat.Parser
TextFormat. getParser()
Return aTextFormat.Parser
instance which can parse text-format messages.
-