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.DEFAULT_DEBUG_FORMATprivate static final TextFormat.PrinterTextFormat.Printer.DEFAULT_FORMATprivate static final TextFormat.PrinterTextFormat.Printer.DEFAULT_TEXT_FORMATMethods in com.google.protobuf that return TextFormat.PrinterModifier and TypeMethodDescriptionstatic TextFormat.PrinterTextFormat.debugFormatPrinter()Printer instance which escapes non-ASCII characters and prints in the debug format.static TextFormat.PrinterTextFormat.defaultFormatPrinter()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.(package private) TextFormat.PrinterTextFormat.Printer.enablingSafeDebugFormat(boolean enablingSafeDebugFormat) Return a new Printer instance that outputs a redacted and unstable format suitable for debugging.TextFormat.Printer.escapingNonAscii(boolean escapeNonAscii) Return a new Printer instance with the specified escape mode.(package private) static TextFormat.PrinterTextFormat.Printer.getOutputModePrinter()private TextFormat.PrinterDebugFormat.getPrinter()static TextFormat.PrinterTextFormat.printer()Printer instance which escapes non-ASCII characters.private TextFormat.PrinterTextFormat.Printer.setInsertSilentMarker(boolean insertSilentMarker) TextFormat.Printer.usingExtensionRegistry(ExtensionRegistryLite extensionRegistry) Creates a newTextFormat.Printerusing the given extensionRegistry.TextFormat.Printer.usingShortRepeatedPrimitives(boolean useShortRepeatedPrimitives) Return a new Printer instance that outputs primitive repeated fields in short notationTextFormat.Printer.usingTypeRegistry(TypeRegistry typeRegistry) Creates a newTextFormat.Printerusing the given typeRegistry.