Package com.google.protobuf.util
Interface JsonFormat.TextGenerator
-
- All Known Implementing Classes:
JsonFormat.CompactTextGenerator,JsonFormat.PrettyTextGenerator
- Enclosing class:
- JsonFormat
static interface JsonFormat.TextGeneratorAn 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 voidindent()voidoutdent()voidprint(java.lang.CharSequence text)
-