Package com.google.protobuf.util
Interface JsonFormat.TextGenerator
-
- All Known Implementing Classes:
JsonFormat.CompactTextGenerator
,JsonFormat.PrettyTextGenerator
- Enclosing class:
- JsonFormat
static interface JsonFormat.TextGenerator
An interface for json formatting that can be used in combination with the omittingInsignificantWhitespace() method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
indent()
void
outdent()
void
print(java.lang.CharSequence text)
-