Package | Description |
---|---|
software.amazon.awssdk.protocols.json.internal.unmarshall |
Modifier and Type | Method and Description |
---|---|
JsonProtocolUnmarshaller |
JsonProtocolUnmarshaller.Builder.build() |
Modifier and Type | Method and Description |
---|---|
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.jsonProtocolUnmarshaller(JsonProtocolUnmarshaller jsonProtocolUnmarshaller)
Underlying response unmarshaller.
|
Constructor and Description |
---|
JsonResponseHandler(JsonProtocolUnmarshaller unmarshaller,
Function<SdkHttpFullResponse,SdkPojo> pojoSupplier,
boolean needsConnectionLeftOpen,
boolean isPayloadJson)
Constructs a new response handler that will use the specified JSON unmarshaller to unmarshall
the service response and uses the specified response element path to find the root of the
business data in the service's response.
|
Copyright © 2019. All rights reserved.