| Constructor and Description |
|---|
DebugTabUri(UriInfo uriInfo) |
| 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 DebugTabUri(UriInfo uriInfo)
public String getName()
DebugTabpublic void appendJson(com.fasterxml.jackson.core.JsonGenerator gen)
throws IOException
DebugTabappendJson in interface DebugTabgen - a JSON generatorIOExceptionpublic void appendHtml(Writer writer) throws IOException
DebugTabappendHtml in interface DebugTabwriter - a WriterIOExceptionCopyright © 2023. All rights reserved.