Class JsonResponseHandler<T extends SdkPojo>

java.lang.Object
software.amazon.awssdk.protocols.json.internal.unmarshall.JsonResponseHandler<T>
Type Parameters:
T - Indicates the type being unmarshalled by this response handler.
All Implemented Interfaces:
HttpResponseHandler<T>

@SdkInternalApi 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.