public interface DebugTab
| 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 jsonGenerator)
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.
|
String getName()
void appendJson(com.fasterxml.jackson.core.JsonGenerator jsonGenerator)
throws IOException
jsonGenerator - a JSON generatorIOExceptionvoid appendHtml(Writer writer) throws IOException
writer - a WriterIOExceptionCopyright © 2023. All rights reserved.