Class DebugTabBody

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

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

  • 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 json) 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:
      json - 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