Class JsonHandler

java.lang.Object
org.apache.calcite.avatica.remote.AbstractHandler<String>
org.apache.calcite.avatica.remote.JsonHandler
All Implemented Interfaces:
Handler<String>

public class JsonHandler extends AbstractHandler<String>
Implementation of Handler that decodes JSON requests, sends them to a Service, and encodes the responses into JSON.
See Also:
  • Field Details

    • MAPPER

      protected static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
  • Constructor Details

    • JsonHandler

      public JsonHandler(Service service, org.apache.calcite.avatica.metrics.MetricsSystem metrics)
  • Method Details