Class DebugInfoResponse
java.lang.Object
org.apache.olingo.odata2.core.debug.DebugInfoResponse
- All Implemented Interfaces:
DebugInfo
Response debug information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendHtml(Writer writer) Appends the content of this debug information part to the given writer.voidappendJson(JsonStreamWriter jsonStreamWriter) Appends the content of this debug information part to the given JSON stream writer.getName()Gets the name of this debug information part, useful as title.
-
Constructor Details
-
DebugInfoResponse
-
-
Method Details
-
getName
Description copied from interface:DebugInfoGets the name of this debug information part, useful as title. -
appendJson
Description copied from interface:DebugInfoAppends the content of this debug information part to the given JSON stream writer.- Specified by:
appendJsonin interfaceDebugInfo- Parameters:
jsonStreamWriter- a JSON stream writer- Throws:
IOException
-
appendHtml
Description copied from interface:DebugInfoAppends the content of this debug information part to the given writer.- Specified by:
appendHtmlin interfaceDebugInfo- Parameters:
writer- aWriter- Throws:
IOException
-