@ThreadSafe public final class JsonProtocolUnmarshaller extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JsonProtocolUnmarshaller.Builder
Builder for  
JsonProtocolUnmarshaller. | 
| Modifier and Type | Field and Description | 
|---|---|
StringToValueConverter.StringToValue<Instant> | 
instantStringToValue  | 
| Modifier and Type | Method and Description | 
|---|---|
static JsonProtocolUnmarshaller.Builder | 
builder()  | 
<TypeT extends SdkPojo> | 
unmarshall(SdkPojo sdkPojo,
          SdkHttpFullResponse response)  | 
<TypeT extends SdkPojo> | 
unmarshall(SdkPojo sdkPojo,
          SdkHttpFullResponse response,
          JsonNode jsonContent)  | 
public final StringToValueConverter.StringToValue<Instant> instantStringToValue
public <TypeT extends SdkPojo> TypeT unmarshall(SdkPojo sdkPojo, SdkHttpFullResponse response) throws IOException
IOExceptionpublic <TypeT extends SdkPojo> TypeT unmarshall(SdkPojo sdkPojo, SdkHttpFullResponse response, JsonNode jsonContent)
public static JsonProtocolUnmarshaller.Builder builder()
JsonProtocolUnmarshaller.Builder.Copyright © 2023. All rights reserved.