Class GenericTypesExample

All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.RequestStreamHandler

public class GenericTypesExample extends DurableHandler<GenericTypesExample.Input,GenericTypesExample.Output>
Example demonstrating TypeToken support for complex generic types.

This example shows how to use TypeToken to work with generic types like List, Map<String, Object>, and nested generics that cannot be represented by simple Class objects.