public interface QueryUnmarshaller<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | unmarshall(QueryUnmarshallerContext context,
          List<XmlElement> content,
          SdkField<T> field) | 
T unmarshall(QueryUnmarshallerContext context, List<XmlElement> content, SdkField<T> field)
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 © 2020. All rights reserved.