T - Type being marshalled.@FunctionalInterface public interface QueryMarshaller<T> extends Marshaller<T>
| Modifier and Type | Method and Description | 
|---|---|
| void | marshall(QueryMarshallerContext context,
        String path,
        T val,
        SdkField<T> sdkField) | 
void marshall(QueryMarshallerContext context, String path, T val, SdkField<T> sdkField)
Copyright © 2023. All rights reserved.