| Package | Description | 
|---|---|
| software.amazon.awssdk.protocols.query.internal.marshall | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ListQueryMarshaller
Marshaller for list types. 
 | 
class  | 
MapQueryMarshaller  | 
class  | 
SimpleTypeQueryMarshaller<T>
Simple implementation of  
QueryMarshaller that converts a given value to a string using
 StringToValueConverter.StringToValue and emits it as a query param. | 
| Modifier and Type | Field and Description | 
|---|---|
static QueryMarshaller<Boolean> | 
SimpleTypeQueryMarshaller.BOOLEAN  | 
static QueryMarshaller<Double> | 
SimpleTypeQueryMarshaller.DOUBLE  | 
static QueryMarshaller<Float> | 
SimpleTypeQueryMarshaller.FLOAT  | 
static QueryMarshaller<Instant> | 
SimpleTypeQueryMarshaller.INSTANT  | 
static QueryMarshaller<Integer> | 
SimpleTypeQueryMarshaller.INTEGER  | 
static QueryMarshaller<Long> | 
SimpleTypeQueryMarshaller.LONG  | 
static QueryMarshaller<Void> | 
SimpleTypeQueryMarshaller.NULL  | 
static QueryMarshaller<SdkBytes> | 
SimpleTypeQueryMarshaller.SDK_BYTES  | 
static QueryMarshaller<String> | 
SimpleTypeQueryMarshaller.STRING  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> QueryMarshaller<Object> | 
QueryMarshallerRegistry.getMarshaller(MarshallingType<T> marshallingType,
             Object val)  | 
<T> QueryMarshaller<Object> | 
QueryMarshallerRegistry.getMarshaller(T val)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> QueryMarshallerRegistry.Builder | 
QueryMarshallerRegistry.Builder.marshaller(MarshallingType<T> marshallingType,
          QueryMarshaller<T> marshaller)
Registers a marshaller of the given type. 
 | 
Copyright © 2020. All rights reserved.