Class CollectionInputReader<T>
java.lang.Object
io.quarkus.amazon.lambda.runtime.handlers.CollectionInputReader<T>
- All Implemented Interfaces:
LambdaInputReader<Collection<T>>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final com.fasterxml.jackson.databind.ObjectReader
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionInputReader
(com.fasterxml.jackson.databind.ObjectMapper mapper, Method handler) -
Method Summary
-
Field Details
-
reader
final com.fasterxml.jackson.databind.ObjectReader reader
-
-
Constructor Details
-
CollectionInputReader
-
-
Method Details
-
readValue
- Specified by:
readValue
in interfaceLambdaInputReader<T>
- Throws:
IOException
-