T
- Type to unmarshall into.public interface JsonUnmarshaller<T>
Modifier and Type | Method and Description |
---|---|
T |
unmarshall(JsonUnmarshallerContext context,
SdkJsonNode jsonContent,
SdkField<T> field) |
T unmarshall(JsonUnmarshallerContext context, SdkJsonNode jsonContent, SdkField<T> field)
context
- Context containing dependencies and unmarshaller registry.jsonContent
- Parsed JSON content of body. May be null for REST JSON based services that don't have payload members.field
- SdkField
of member being unmarshalled.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.