Class JsonResponseHandler<T extends SdkPojo>

  • Type Parameters:
    T - Indicates the type being unmarshalled by this response handler.
    All Implemented Interfaces:
    HttpResponseHandler<T>

    public final class JsonResponseHandler<T extends SdkPojo>
    extends Object
    implements HttpResponseHandler<T>
    Default implementation of HttpResponseHandler that handles a successful response from a service and unmarshalls the result using a JSON unmarshaller.