Class EventStreamJsonMarshallerSpec
java.lang.Object
software.amazon.awssdk.codegen.poet.transform.protocols.JsonMarshallerSpec
software.amazon.awssdk.codegen.poet.transform.protocols.EventStreamJsonMarshallerSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.squareup.javapoet.CodeBlock
marshalCodeBlock
(com.squareup.javapoet.ClassName requestClassName) Methods inherited from class software.amazon.awssdk.codegen.poet.transform.protocols.JsonMarshallerSpec
constructor, memberVariables, protocolFactory, protocolFactoryParameter
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
-
EventStreamJsonMarshallerSpec
-
-
Method Details
-
marshalCodeBlock
public com.squareup.javapoet.CodeBlock marshalCodeBlock(com.squareup.javapoet.ClassName requestClassName) - Specified by:
marshalCodeBlock
in interfaceMarshallerProtocolSpec
- Overrides:
marshalCodeBlock
in classJsonMarshallerSpec
-