You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the injected JsonMapper that comes default with a new "Function Application for Serverless" with graalvm and aws-lambda, jsonMapper.readValue function should work.
Actual Behaviour
Whenever I try to use the .readValue() method for my function it throws this following error
Steps To Reproduce
Create a project with the following features
Create a class that is introspected, serdeable.
call objectMapper.readValue and try to read the request body. ex below
Expected Behavior
When I use the injected JsonMapper that comes default with a new "Function Application for Serverless" with graalvm and aws-lambda, jsonMapper.readValue function should work.
Actual Behaviour
Whenever I try to use the .readValue() method for my function it throws this following error
Steps To Reproduce
replace body with what will match the class you created
Environment Information
graalvm-ce 2
Example Application
No response
Version
4.6.3
The text was updated successfully, but these errors were encountered: