static TextFormat.Printer |
TextFormat.debugFormatPrinter() |
Printer instance which escapes non-ASCII characters and prints in the debug format.
|
TextFormat.Printer |
TextFormat.Printer.emittingSingleLine(boolean singleLine) |
Return a new Printer instance with the specified line formatting status.
|
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.usingExtensionRegistry(com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TextFormat.Printer |
TextFormat.Printer.usingShortRepeatedPrimitives(boolean useShortRepeatedPrimitives) |
Return a new Printer instance that outputs primitive repeated fields in short notation
|
TextFormat.Printer |
TextFormat.Printer.usingTypeRegistry(TypeRegistry typeRegistry) |
|