Class ProcessingRenderer

All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, Cloneable, Comparable<com.yahoo.component.Component>

public class ProcessingRenderer extends AsynchronousSectionedRenderer<Response>
The default renderer for processing responses. Renders a response in JSON. This can be overridden to specify particular rendering of leaf Data elements. This default implementation renders the toString of each element.
Author:
bratseth
  • Constructor Details

    • ProcessingRenderer

      public ProcessingRenderer()
  • Method Details