public final class JsonUnmarshallerContext extends Object
JsonUnmarshaller
.Modifier and Type | Class and Description |
---|---|
static class |
JsonUnmarshallerContext.Builder
Builder for a
JsonUnmarshallerContext . |
Modifier and Type | Method and Description |
---|---|
static JsonUnmarshallerContext.Builder |
builder() |
JsonUnmarshaller<Object> |
getUnmarshaller(MarshallLocation location,
MarshallingType<?> marshallingType)
Lookup the marshaller for the given location andtype.
|
SdkHttpFullResponse |
response() |
public SdkHttpFullResponse response()
SdkHttpFullResponse
of the API call.public JsonUnmarshaller<Object> getUnmarshaller(MarshallLocation location, MarshallingType<?> marshallingType)
location
- MarshallLocation
of member.marshallingType
- MarshallingType
of member.SdkClientException
- if no unmarshaller is found.public static JsonUnmarshallerContext.Builder builder()
JsonUnmarshallerContext
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.