Class DebugTabResponse

java.lang.Object
org.apache.olingo.server.core.debug.DebugTabResponse
All Implemented Interfaces:
DebugTab

public class DebugTabResponse extends Object implements DebugTab
Response debug information.
  • Constructor Details

    • DebugTabResponse

      public DebugTabResponse(ODataResponse applicationResponse)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: DebugTab
      Gets the name of this debug information part, useful as title.
      Specified by:
      getName in interface DebugTab
      Returns:
      the name
    • appendJson

      public void appendJson(com.fasterxml.jackson.core.JsonGenerator gen) throws IOException
      Description copied from interface: DebugTab
      Appends the content of this debug information part to the given JSON stream writer.
      Specified by:
      appendJson in interface DebugTab
      Parameters:
      gen - a JSON generator
      Throws:
      IOException
    • appendHtml

      public void appendHtml(Writer writer) throws IOException
      Description copied from interface: DebugTab
      Appends the content of this debug information part to the given writer.
      Specified by:
      appendHtml in interface DebugTab
      Parameters:
      writer - a Writer
      Throws:
      IOException