public class DebugResponseHelperImpl extends Object implements DebugResponseHelper
| Constructor and Description |
|---|
DebugResponseHelperImpl(String debugFormat) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
appendHtmlTable(Writer writer,
Map<String,String> entries) |
protected static void |
appendJsonTable(com.fasterxml.jackson.core.JsonGenerator gen,
Map<String,String> entries) |
ODataResponse |
createDebugResponse(DebugInformation debugInfo)
Creates a debug response based on the given parameters.
|
protected static String |
escapeHtml(String value) |
protected static String |
getVersion()
Gets version field information for response.
|
public DebugResponseHelperImpl(String debugFormat)
public ODataResponse createDebugResponse(DebugInformation debugInfo)
DebugResponseHelpercreateDebugResponse in interface DebugResponseHelperdebugInfo - debug informationprotected static String getVersion()
protected static void appendJsonTable(com.fasterxml.jackson.core.JsonGenerator gen,
Map<String,String> entries)
throws IOException
IOExceptionprotected static void appendHtmlTable(Writer writer, Map<String,String> entries) throws IOException
IOExceptionCopyright © 2023. All rights reserved.