Class CollectionInputReader<T>

java.lang.Object
io.quarkus.amazon.lambda.runtime.handlers.CollectionInputReader<T>
All Implemented Interfaces:
LambdaInputReader<Collection<T>>

public class CollectionInputReader<T> extends Object implements LambdaInputReader<Collection<T>>
  • Field Details

    • reader

      final com.fasterxml.jackson.databind.ObjectReader reader
  • Constructor Details

    • CollectionInputReader

      public CollectionInputReader(com.fasterxml.jackson.databind.ObjectMapper mapper, Method handler)
  • Method Details