Uses of Interface
software.amazon.awssdk.protocols.query.internal.marshall.QueryMarshaller
Packages that use QueryMarshaller
-
Uses of QueryMarshaller in software.amazon.awssdk.protocols.query.internal.marshall
Classes in software.amazon.awssdk.protocols.query.internal.marshall that implement QueryMarshallerModifier and TypeClassDescriptionclassMarshaller for list types.classfinal classSimple 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 QueryMarshallerModifier and TypeFieldDescriptionstatic final QueryMarshaller<Boolean>SimpleTypeQueryMarshaller.BOOLEANstatic final QueryMarshaller<Double>SimpleTypeQueryMarshaller.DOUBLEstatic final QueryMarshaller<Float>SimpleTypeQueryMarshaller.FLOATstatic final QueryMarshaller<Instant>SimpleTypeQueryMarshaller.INSTANTstatic final QueryMarshaller<Integer>SimpleTypeQueryMarshaller.INTEGERstatic final QueryMarshaller<Long>SimpleTypeQueryMarshaller.LONGstatic final QueryMarshaller<Void>SimpleTypeQueryMarshaller.NULLstatic final QueryMarshaller<SdkBytes>SimpleTypeQueryMarshaller.SDK_BYTESstatic final QueryMarshaller<Short>SimpleTypeQueryMarshaller.SHORTstatic final QueryMarshaller<String>SimpleTypeQueryMarshaller.STRINGMethods in software.amazon.awssdk.protocols.query.internal.marshall that return QueryMarshallerModifier and TypeMethodDescription<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 QueryMarshallerModifier and TypeMethodDescriptionQueryMarshallerRegistry.Builder.marshaller(MarshallingType<T> marshallingType, QueryMarshaller<T> marshaller) Registers a marshaller of the given type.