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