Uses of Class
com.google.protobuf.TextFormat.Printer
Packages that use TextFormat.Printer
-
Uses of TextFormat.Printer in com.google.protobuf
Fields in com.google.protobuf declared as TextFormat.PrinterModifier and TypeFieldDescriptionprivate static final TextFormat.PrinterTextFormat.Printer.DEFAULTMethods in com.google.protobuf that return TextFormat.PrinterModifier and TypeMethodDescriptionTextFormat.Printer.escapingNonAscii(boolean escapeNonAscii) Return a new Printer instance with the specified escape mode.static TextFormat.PrinterTextFormat.printer()Printer instance which escapes non-ASCII characters.TextFormat.Printer.usingTypeRegistry(TypeRegistry typeRegistry) Creates a newTextFormat.Printerusing the given typeRegistry.