public final class MessageNanoPrinter extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends MessageNano> |
print(T message)
Returns an text representation of a MessageNano suitable for debugging.
|
public static <T extends MessageNano> String print(T message)
Employs Java reflection on the given object and recursively prints primitive fields, groups, and messages.
Copyright © 2008–2016 Google. All rights reserved.