Package io.quarkus.funqy.lambda.event
Class AwsEventOutputWriter
java.lang.Object
io.quarkus.funqy.lambda.event.AwsEventOutputWriter
- All Implemented Interfaces:
LambdaOutputWriter
Responsible for serializing the different data models of the events
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mapper
final com.fasterxml.jackson.databind.ObjectMapper mapper
-
-
Constructor Details
-
AwsEventOutputWriter
public AwsEventOutputWriter(com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
writeValue
- Specified by:
writeValuein interfaceLambdaOutputWriter- Throws:
IOException
-
writeHeaders
- Specified by:
writeHeadersin interfaceLambdaOutputWriter
-