| Constructor and Description |
|---|
DebugInfoRuntime(List<ODataContext.RuntimeMeasurement> runtimeMeasurements) |
| 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 DebugInfoRuntime(List<ODataContext.RuntimeMeasurement> runtimeMeasurements)
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.