Package software.amazon.awssdk.protocols.query.internal.marshall
-
Interface Summary Interface Description QueryMarshaller<T> Interface for marshallers for AWS/Query protocol. -
Class Summary Class Description ListQueryMarshaller Marshaller for list types.MapQueryMarshaller QueryMarshallerContext Dependencies needed byQueryProtocolUnmarshaller.QueryMarshallerContext.Builder Builder for aQueryMarshallerContext.QueryMarshallerRegistry Marshaller registry for the AWS Query protocol.QueryMarshallerRegistry.Builder QueryProtocolMarshaller Implementation ofProtocolMarshallerfor AWS Query services.QueryProtocolMarshaller.Builder Builder forQueryProtocolMarshaller.SimpleTypeQueryMarshaller<T> Simple implementation ofQueryMarshallerthat converts a given value to a string usingStringToValueConverter.StringToValueand emits it as a query param.