public interface AsyncPrettyPrinter
| Modifier and Type | Method and Description |
|---|---|
PrettyPrinterDisplayType |
getPrettifiedType()
Specifies the type of pretty printed content.
|
void |
printTo(java.io.PrintWriter output,
java.io.InputStream payload)
Prints the prettified version of payload to output.
|
void printTo(java.io.PrintWriter output,
java.io.InputStream payload)
throws java.io.IOException
output - Writes the prettified version of payloadpayload - Response stream that has the raw data to be prettifiedjava.io.IOExceptionPrettyPrinterDisplayType getPrettifiedType()