|
Printer | escapingNonAscii (boolean escapeNonAscii) |
|
Printer | escapingNonAscii (boolean escapeNonAscii) |
|
void | print (final MessageOrBuilder message, final Appendable output) throws IOException |
|
void | print (final MessageOrBuilder message, final Appendable output) throws IOException |
|
void | print (final UnknownFieldSet fields, final Appendable output) throws IOException |
|
void | print (final UnknownFieldSet fields, final Appendable output) throws IOException |
|
void | printField (final FieldDescriptor field, final Object value, final Appendable output) throws IOException |
|
void | printField (final FieldDescriptor field, final Object value, final Appendable output) throws IOException |
|
String | printFieldToString (final FieldDescriptor field, final Object value) |
|
String | printFieldToString (final FieldDescriptor field, final Object value) |
|
void | printFieldValue (final FieldDescriptor field, final Object value, final Appendable output) throws IOException |
|
void | printFieldValue (final FieldDescriptor field, final Object value, final Appendable output) throws IOException |
|
String | printToString (final MessageOrBuilder message) |
|
String | printToString (final MessageOrBuilder message) |
|
String | printToString (final UnknownFieldSet fields) |
|
String | printToString (final UnknownFieldSet fields) |
|
String | shortDebugString (final FieldDescriptor field, final Object value) |
|
String | shortDebugString (final FieldDescriptor field, final Object value) |
|
String | shortDebugString (final MessageOrBuilder message) |
|
String | shortDebugString (final MessageOrBuilder message) |
|
String | shortDebugString (final UnknownFieldSet fields) |
|
String | shortDebugString (final UnknownFieldSet fields) |
|
Printer | usingTypeRegistry (TypeRegistry typeRegistry) |
|
Printer | usingTypeRegistry (TypeRegistry typeRegistry) |
|
|
void | print (final MessageOrBuilder message, final TextGenerator generator) throws IOException |
|
void | print (final MessageOrBuilder message, final TextGenerator generator) throws IOException |
|
boolean | printAny (final MessageOrBuilder message, final TextGenerator generator) throws IOException |
|
boolean | printAny (final MessageOrBuilder message, final TextGenerator generator) throws IOException |
|
| Printer (boolean escapeNonAscii, TypeRegistry typeRegistry) |
|
| Printer (boolean escapeNonAscii, TypeRegistry typeRegistry) |
|
void | printField (final FieldDescriptor field, final Object value, final TextGenerator generator) throws IOException |
|
void | printField (final FieldDescriptor field, final Object value, final TextGenerator generator) throws IOException |
|
void | printFieldValue (final FieldDescriptor field, final Object value, final TextGenerator generator) throws IOException |
|
void | printFieldValue (final FieldDescriptor field, final Object value, final TextGenerator generator) throws IOException |
|
void | printMessage (final MessageOrBuilder message, final TextGenerator generator) throws IOException |
|
void | printMessage (final MessageOrBuilder message, final TextGenerator generator) throws IOException |
|
void | printSingleField (final FieldDescriptor field, final Object value, final TextGenerator generator) throws IOException |
|
void | printSingleField (final FieldDescriptor field, final Object value, final TextGenerator generator) throws IOException |
|
|
static void | printUnknownField (final int number, final int wireType, final List<?> values, final TextGenerator generator) throws IOException |
|
static void | printUnknownField (final int number, final int wireType, final List<?> values, final TextGenerator generator) throws IOException |
|
static void | printUnknownFields (final UnknownFieldSet unknownFields, final TextGenerator generator) throws IOException |
|
static void | printUnknownFields (final UnknownFieldSet unknownFields, final TextGenerator generator) throws IOException |
|
static void | printUnknownFieldValue (final int tag, final Object value, final TextGenerator generator) throws IOException |
|
static void | printUnknownFieldValue (final int tag, final Object value, final TextGenerator generator) throws IOException |
|
◆ Printer() [1/2]
com.google.protobuf.TextFormat.Printer.Printer |
( |
boolean |
escapeNonAscii, |
|
|
TypeRegistry |
typeRegistry |
|
) |
| |
|
inlineprivate |
◆ Printer() [2/2]
com.google.protobuf.TextFormat.Printer.Printer |
( |
boolean |
escapeNonAscii, |
|
|
TypeRegistry |
typeRegistry |
|
) |
| |
|
inlineprivate |
◆ escapingNonAscii() [1/2]
Printer com.google.protobuf.TextFormat.Printer.escapingNonAscii |
( |
boolean |
escapeNonAscii | ) |
|
|
inline |
◆ escapingNonAscii() [2/2]
Printer com.google.protobuf.TextFormat.Printer.escapingNonAscii |
( |
boolean |
escapeNonAscii | ) |
|
|
inline |
◆ print() [1/6]
void com.google.protobuf.TextFormat.Printer.print |
( |
final MessageOrBuilder |
message, |
|
|
final Appendable |
output |
|
) |
| throws IOException |
|
inline |
◆ print() [2/6]
void com.google.protobuf.TextFormat.Printer.print |
( |
final MessageOrBuilder |
message, |
|
|
final Appendable |
output |
|
) |
| throws IOException |
|
inline |
◆ print() [3/6]
◆ print() [4/6]
◆ print() [5/6]
void com.google.protobuf.TextFormat.Printer.print |
( |
final UnknownFieldSet |
fields, |
|
|
final Appendable |
output |
|
) |
| throws IOException |
|
inline |
◆ print() [6/6]
void com.google.protobuf.TextFormat.Printer.print |
( |
final UnknownFieldSet |
fields, |
|
|
final Appendable |
output |
|
) |
| throws IOException |
|
inline |
◆ printAny() [1/2]
◆ printAny() [2/2]
◆ printField() [1/4]
void com.google.protobuf.TextFormat.Printer.printField |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value, |
|
|
final Appendable |
output |
|
) |
| throws IOException |
|
inline |
◆ printField() [2/4]
void com.google.protobuf.TextFormat.Printer.printField |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value, |
|
|
final Appendable |
output |
|
) |
| throws IOException |
|
inline |
◆ printField() [3/4]
void com.google.protobuf.TextFormat.Printer.printField |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlineprivate |
◆ printField() [4/4]
void com.google.protobuf.TextFormat.Printer.printField |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlineprivate |
◆ printFieldToString() [1/2]
String com.google.protobuf.TextFormat.Printer.printFieldToString |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value |
|
) |
| |
|
inline |
◆ printFieldToString() [2/2]
String com.google.protobuf.TextFormat.Printer.printFieldToString |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value |
|
) |
| |
|
inline |
◆ printFieldValue() [1/4]
void com.google.protobuf.TextFormat.Printer.printFieldValue |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value, |
|
|
final Appendable |
output |
|
) |
| throws IOException |
|
inline |
Outputs a textual representation of the value of given field value.
- Parameters
-
field | the descriptor of the field |
value | the value of the field |
output | the output to which to append the formatted value |
- Exceptions
-
ClassCastException | if the value is not appropriate for the given field descriptor |
IOException | if there is an exception writing to the output |
Definition at line 441 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
◆ printFieldValue() [2/4]
void com.google.protobuf.TextFormat.Printer.printFieldValue |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value, |
|
|
final Appendable |
output |
|
) |
| throws IOException |
|
inline |
Outputs a textual representation of the value of given field value.
- Parameters
-
field | the descriptor of the field |
value | the value of the field |
output | the output to which to append the formatted value |
- Exceptions
-
ClassCastException | if the value is not appropriate for the given field descriptor |
IOException | if there is an exception writing to the output |
Definition at line 526 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormat.java.
◆ printFieldValue() [3/4]
void com.google.protobuf.TextFormat.Printer.printFieldValue |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlineprivate |
◆ printFieldValue() [4/4]
void com.google.protobuf.TextFormat.Printer.printFieldValue |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlineprivate |
◆ printMessage() [1/2]
◆ printMessage() [2/2]
◆ printSingleField() [1/2]
void com.google.protobuf.TextFormat.Printer.printSingleField |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlineprivate |
◆ printSingleField() [2/2]
void com.google.protobuf.TextFormat.Printer.printSingleField |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlineprivate |
◆ printToString() [1/4]
String com.google.protobuf.TextFormat.Printer.printToString |
( |
final MessageOrBuilder |
message | ) |
|
|
inline |
◆ printToString() [2/4]
String com.google.protobuf.TextFormat.Printer.printToString |
( |
final MessageOrBuilder |
message | ) |
|
|
inline |
◆ printToString() [3/4]
String com.google.protobuf.TextFormat.Printer.printToString |
( |
final UnknownFieldSet |
fields | ) |
|
|
inline |
◆ printToString() [4/4]
String com.google.protobuf.TextFormat.Printer.printToString |
( |
final UnknownFieldSet |
fields | ) |
|
|
inline |
◆ printUnknownField() [1/2]
static void com.google.protobuf.TextFormat.Printer.printUnknownField |
( |
final int |
number, |
|
|
final int |
wireType, |
|
|
final List<?> |
values, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlinestaticprivate |
◆ printUnknownField() [2/2]
static void com.google.protobuf.TextFormat.Printer.printUnknownField |
( |
final int |
number, |
|
|
final int |
wireType, |
|
|
final List<?> |
values, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlinestaticprivate |
◆ printUnknownFields() [1/2]
static void com.google.protobuf.TextFormat.Printer.printUnknownFields |
( |
final UnknownFieldSet |
unknownFields, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlinestaticprivate |
◆ printUnknownFields() [2/2]
static void com.google.protobuf.TextFormat.Printer.printUnknownFields |
( |
final UnknownFieldSet |
unknownFields, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlinestaticprivate |
◆ printUnknownFieldValue() [1/2]
static void com.google.protobuf.TextFormat.Printer.printUnknownFieldValue |
( |
final int |
tag, |
|
|
final Object |
value, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlinestaticprivate |
◆ printUnknownFieldValue() [2/2]
static void com.google.protobuf.TextFormat.Printer.printUnknownFieldValue |
( |
final int |
tag, |
|
|
final Object |
value, |
|
|
final TextGenerator |
generator |
|
) |
| throws IOException |
|
inlinestaticprivate |
◆ shortDebugString() [1/6]
String com.google.protobuf.TextFormat.Printer.shortDebugString |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value |
|
) |
| |
|
inline |
◆ shortDebugString() [2/6]
String com.google.protobuf.TextFormat.Printer.shortDebugString |
( |
final FieldDescriptor |
field, |
|
|
final Object |
value |
|
) |
| |
|
inline |
◆ shortDebugString() [3/6]
String com.google.protobuf.TextFormat.Printer.shortDebugString |
( |
final MessageOrBuilder |
message | ) |
|
|
inline |
◆ shortDebugString() [4/6]
String com.google.protobuf.TextFormat.Printer.shortDebugString |
( |
final MessageOrBuilder |
message | ) |
|
|
inline |
◆ shortDebugString() [5/6]
String com.google.protobuf.TextFormat.Printer.shortDebugString |
( |
final UnknownFieldSet |
fields | ) |
|
|
inline |
◆ shortDebugString() [6/6]
String com.google.protobuf.TextFormat.Printer.shortDebugString |
( |
final UnknownFieldSet |
fields | ) |
|
|
inline |
◆ usingTypeRegistry() [1/2]
◆ usingTypeRegistry() [2/2]
◆ DEFAULT
◆ escapeNonAscii
final boolean com.google.protobuf.TextFormat.Printer.escapeNonAscii |
|
private |
◆ typeRegistry
final TypeRegistry com.google.protobuf.TextFormat.Printer.typeRegistry |
|
private |
The documentation for this class was generated from the following file: