Class EventStreamJsonMarshallerSpec
java.lang.Object
software.amazon.awssdk.codegen.poet.transform.protocols.JsonMarshallerSpec
software.amazon.awssdk.codegen.poet.transform.protocols.EventStreamJsonMarshallerSpec
- All Implemented Interfaces:
 MarshallerProtocolSpec
MarshallerSpec for event shapes in Json protocol
- 
Constructor Summary
ConstructorsConstructorDescriptionEventStreamJsonMarshallerSpec(IntermediateModel model, ShapeModel shapeModel)  - 
Method Summary
Modifier and TypeMethodDescriptioncom.squareup.javapoet.CodeBlockmarshalCodeBlock(com.squareup.javapoet.ClassName requestClassName) Methods inherited from class software.amazon.awssdk.codegen.poet.transform.protocols.JsonMarshallerSpec
constructor, memberVariables, protocolFactory, protocolFactoryParameterMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 marshalCodeBlockin interfaceMarshallerProtocolSpec- Overrides:
 marshalCodeBlockin classJsonMarshallerSpec
 
 -