Interface DebugInfo

    • Method Detail

      • getName

        String getName()
        Gets the name of this debug information part, useful as title.
        Returns:
        the name
      • appendJson

        void appendJson​(JsonStreamWriter jsonStreamWriter)
                 throws IOException
        Appends the content of this debug information part to the given JSON stream writer.
        Parameters:
        jsonStreamWriter - a JSON stream writer
        Throws:
        IOException
      • appendHtml

        void appendHtml​(Writer writer)
                 throws IOException
        Appends the content of this debug information part to the given writer.
        Parameters:
        writer - a Writer
        Throws:
        IOException