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
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
We have some projects using Jackson 1.9 where we use the below provider
org.codehaus.jackson.jaxrs.JacksonJsonProvider
Since the model object are generated as interfaces & classes we get below exception during deserialization
org.codehaus.jackson.map.JsonMappingException: Can not construct instance of com.org.Employee, problem: abstract types can only be instantiated with additional type information
is it possible that model classes generated support Jackson 1
note : we are using datatypes in RAML
Please advise
The text was updated successfully, but these errors were encountered:
We have some projects using Jackson 1.9 where we use the below provider
org.codehaus.jackson.jaxrs.JacksonJsonProvider
Since the model object are generated as interfaces & classes we get below exception during deserialization
org.codehaus.jackson.map.JsonMappingException: Can not construct instance of com.org.Employee, problem: abstract types can only be instantiated with additional type information
is it possible that model classes generated support Jackson 1
note : we are using datatypes in RAML
Please advise
The text was updated successfully, but these errors were encountered: