| Constructor and Description |
|---|
DebugTabRequest(ODataRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendHtml(Writer writer)
Appends the content of this debug information part to the given writer.
|
void |
appendJson(com.fasterxml.jackson.core.JsonGenerator gen)
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 DebugTabRequest(ODataRequest request)
public void appendHtml(Writer writer) throws IOException
DebugTabappendHtml in interface DebugTabwriter - a WriterIOExceptionpublic String getName()
DebugTabpublic void appendJson(com.fasterxml.jackson.core.JsonGenerator gen)
throws IOException
DebugTabappendJson in interface DebugTabgen - a JSON generatorIOExceptionCopyright © 2023. All rights reserved.