Package software.amazon.awssdk.protocols.json.internal.unmarshall
-
Interface Summary Interface Description ErrorMessageParser JsonUnmarshaller<T> Interface for unmarshalling a field from a JSON based service. -
Class Summary Class Description AwsJsonErrorMessageParser AwsJsonProtocolErrorUnmarshaller Unmarshaller for AWS specific error responses.AwsJsonProtocolErrorUnmarshaller.Builder Builder forAwsJsonProtocolErrorUnmarshaller
.AwsJsonResponseHandler<T> JsonErrorCodeParser JsonProtocolUnmarshaller Unmarshaller implementation for both JSON RPC and REST JSON services.JsonProtocolUnmarshaller.Builder Builder forJsonProtocolUnmarshaller
.JsonResponseHandler<T extends SdkPojo> Default implementation of HttpResponseHandler that handles a successful response from a service and unmarshalls the result using a JSON unmarshaller.JsonUnmarshallerContext Dependencies needed by implementations ofJsonUnmarshaller
.JsonUnmarshallerContext.Builder Builder for aJsonUnmarshallerContext
.SdkJsonErrorMessageParser