Uses of Interface
software.amazon.awssdk.protocols.query.internal.marshall.QueryMarshaller
-
Packages that use QueryMarshaller Package Description software.amazon.awssdk.protocols.query.internal.marshall -
-
Uses of QueryMarshaller in software.amazon.awssdk.protocols.query.internal.marshall
Classes in software.amazon.awssdk.protocols.query.internal.marshall that implement QueryMarshaller Modifier and Type Class Description classListQueryMarshallerMarshaller for list types.classMapQueryMarshallerclassSimpleTypeQueryMarshaller<T>Simple implementation ofQueryMarshallerthat converts a given value to a string usingStringToValueConverter.StringToValueand emits it as a query param.Fields in software.amazon.awssdk.protocols.query.internal.marshall declared as QueryMarshaller Modifier and Type Field Description static QueryMarshaller<Boolean>SimpleTypeQueryMarshaller. BOOLEANstatic QueryMarshaller<Double>SimpleTypeQueryMarshaller. DOUBLEstatic QueryMarshaller<Float>SimpleTypeQueryMarshaller. FLOATstatic QueryMarshaller<Instant>SimpleTypeQueryMarshaller. INSTANTstatic QueryMarshaller<Integer>SimpleTypeQueryMarshaller. INTEGERstatic QueryMarshaller<Long>SimpleTypeQueryMarshaller. LONGstatic QueryMarshaller<Void>SimpleTypeQueryMarshaller. NULLstatic QueryMarshaller<SdkBytes>SimpleTypeQueryMarshaller. SDK_BYTESstatic QueryMarshaller<Short>SimpleTypeQueryMarshaller. SHORTstatic QueryMarshaller<String>SimpleTypeQueryMarshaller. STRINGMethods in software.amazon.awssdk.protocols.query.internal.marshall that return QueryMarshaller Modifier and Type Method Description <T> QueryMarshaller<Object>QueryMarshallerRegistry. getMarshaller(MarshallingType<T> marshallingType, Object val)<T> QueryMarshaller<Object>QueryMarshallerRegistry. getMarshaller(T val)Methods in software.amazon.awssdk.protocols.query.internal.marshall with parameters of type QueryMarshaller Modifier and Type Method Description <T> QueryMarshallerRegistry.BuilderQueryMarshallerRegistry.Builder. marshaller(MarshallingType<T> marshallingType, QueryMarshaller<T> marshaller)Registers a marshaller of the given type.
-