Class JsonUnmarshallerContext
java.lang.Object
software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerContext
Dependencies needed by implementations of
JsonUnmarshaller
.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getUnmarshaller
(MarshallLocation location, MarshallingType<?> marshallingType) Lookup the marshaller for the given location andtype.response()
-
Method Details
-
response
- Returns:
- The
SdkHttpFullResponse
of the API call.
-
getUnmarshaller
public JsonUnmarshaller<Object> getUnmarshaller(MarshallLocation location, MarshallingType<?> marshallingType) Lookup the marshaller for the given location andtype.- Parameters:
location
-MarshallLocation
of member.marshallingType
-MarshallingType
of member.- Returns:
- Unmarshaller implementation.
- Throws:
SdkClientException
- if no unmarshaller is found.
-
builder
- Returns:
- Builder instance to construct a
JsonUnmarshallerContext
.
-