| Constructor and Description |
|---|
DebugInfoBody(ODataResponse response,
String serviceRoot) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendHtml(Writer writer)
Appends the content of this debug information part to the given writer.
|
void |
appendJson(JsonStreamWriter jsonStreamWriter)
Appends the content of this debug information part
to the given JSON stream writer.
|
String |
getName()
Gets the name of this debug information part, useful as title.
|
public DebugInfoBody(ODataResponse response, String serviceRoot)
public String getName()
DebugInfopublic void appendJson(JsonStreamWriter jsonStreamWriter) throws IOException
DebugInfoappendJson in interface DebugInfojsonStreamWriter - a JSON stream writerIOExceptionpublic void appendHtml(Writer writer) throws IOException
DebugInfoappendHtml in interface DebugInfowriter - a WriterIOExceptionCopyright © 2020. All rights reserved.