public final class QueryUnmarshallerContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryUnmarshallerContext.Builder
Builder for
QueryUnmarshallerContext . |
Modifier and Type | Method and Description |
---|---|
static QueryUnmarshallerContext.Builder |
builder() |
<T> QueryUnmarshaller<Object> |
getUnmarshaller(MarshallLocation marshallLocation,
MarshallingType<T> marshallingType)
Conveience method to get an unmarshaller from the registry.
|
QueryProtocolUnmarshaller |
protocolUnmarshaller() |
public QueryProtocolUnmarshaller protocolUnmarshaller()
public <T> QueryUnmarshaller<Object> getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)
T
- Type of field being unmarshalled.marshallLocation
- Location of field being unmarshalled.marshallingType
- Type of field being unmarshalled.public static QueryUnmarshallerContext.Builder builder()
QueryUnmarshallerContext.Builder
instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.