public final class QueryUnmarshallerContext extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | QueryUnmarshallerContext.BuilderBuilder 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 © 2023. All rights reserved.