public interface DebugInfo
| 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.
|
String getName()
void appendJson(JsonStreamWriter jsonStreamWriter) throws IOException
jsonStreamWriter - a JSON stream writerIOExceptionvoid appendHtml(Writer writer) throws IOException
writer - a WriterIOExceptionCopyright © 2020. All rights reserved.