Uses of Class
com.google.protobuf.TextFormat.Printer
-
Packages that use TextFormat.Printer Package Description com.google.protobuf -
-
Uses of TextFormat.Printer in com.google.protobuf
Fields in com.google.protobuf declared as TextFormat.Printer Modifier and Type Field Description private static TextFormat.Printer
TextFormat.Printer. DEFAULT
Methods in com.google.protobuf that return TextFormat.Printer Modifier and Type Method Description TextFormat.Printer
TextFormat.Printer. escapingNonAscii(boolean escapeNonAscii)
Return a new Printer instance with the specified escape mode.static TextFormat.Printer
TextFormat. printer()
Printer instance which escapes non-ASCII characters.TextFormat.Printer
TextFormat.Printer. usingTypeRegistry(TypeRegistry typeRegistry)
Creates a newTextFormat.Printer
using the given typeRegistry.
-