public final class MapQueryUnmarshaller extends Object implements QueryUnmarshaller<Map<String,?>>
Constructor and Description |
---|
MapQueryUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
Map<String,?> |
unmarshall(QueryUnmarshallerContext context,
List<XmlElement> content,
SdkField<Map<String,?>> field) |
public Map<String,?> unmarshall(QueryUnmarshallerContext context, List<XmlElement> content, SdkField<Map<String,?>> field)
unmarshall
in interface QueryUnmarshaller<Map<String,?>>
context
- Context containing dependencies and unmarshaller registry.content
- 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.