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 try to deserialize an Object which contains an non-static inner class the following error occurs:
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException:
Cannot construct instance of `outerclass$innerclass` (although at least one Creator exists):
can only instantiate non-static inner class by using default, no-argument constructor