Uses of Class
com.google.protobuf.TextFormat.Printer
Packages that use TextFormat.Printer
-
Uses of TextFormat.Printer in com.google.protobuf
Methods in com.google.protobuf that return TextFormat.PrinterModifier and TypeMethodDescriptionstatic TextFormat.Printer
TextFormat.debugFormatPrinter()
Printer instance which escapes non-ASCII characters and prints in the debug format.TextFormat.Printer.emittingSingleLine
(boolean singleLine) Return a new Printer instance with the specified line formatting status.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.usingExtensionRegistry
(com.google.protobuf.ExtensionRegistryLite extensionRegistry) Creates a newTextFormat.Printer
using the given extensionRegistry.TextFormat.Printer.usingTypeRegistry
(TypeRegistry typeRegistry) Creates a newTextFormat.Printer
using the given typeRegistry.