| Class | Description |
|---|---|
| EventDeserializer |
Class that can be used to extract the meaningful part of an event and deserialize it into a Java object.
For example, extract the body of an API Gateway event, or messages from an SQS event. |
| EventDeserializer.EventPart |
Meaningful part of a Lambda event.
Use EventDeserializer.extractDataFrom(Object) to retrieve an instance of this class. |
| JsonConfig |
| Exception | Description |
|---|---|
| EventDeserializationException |
Copyright © 2023. All rights reserved.