Class QueryMarshallerSpec
java.lang.Object
software.amazon.awssdk.codegen.poet.transform.protocols.QueryMarshallerSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional
<com.squareup.javapoet.MethodSpec> com.squareup.javapoet.CodeBlock
marshalCodeBlock
(com.squareup.javapoet.ClassName requestClassName) List
<com.squareup.javapoet.FieldSpec> com.squareup.javapoet.FieldSpec
com.squareup.javapoet.ParameterSpec
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.codegen.poet.transform.protocols.MarshallerProtocolSpec
additionalFields, additionalMethods
-
Constructor Details
-
QueryMarshallerSpec
-
-
Method Details
-
protocolFactoryParameter
public com.squareup.javapoet.ParameterSpec protocolFactoryParameter()- Specified by:
protocolFactoryParameter
in interfaceMarshallerProtocolSpec
-
marshalCodeBlock
public com.squareup.javapoet.CodeBlock marshalCodeBlock(com.squareup.javapoet.ClassName requestClassName) - Specified by:
marshalCodeBlock
in interfaceMarshallerProtocolSpec
-
protocolFactory
public com.squareup.javapoet.FieldSpec protocolFactory()- Specified by:
protocolFactory
in interfaceMarshallerProtocolSpec
-
constructor
- Specified by:
constructor
in interfaceMarshallerProtocolSpec
-
memberVariables
- Specified by:
memberVariables
in interfaceMarshallerProtocolSpec
-