Jackson Full Data Binding and Abstract Class Handling: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 16: | Line 16: | ||
... | ... | ||
</pre> | </pre> | ||
Also see [[Jackson_Full_Data_Binding_and_Custom_Deserializers]]. | |||
<font color=red>TODO.</font> | <font color=red>TODO.</font> |
Latest revision as of 22:31, 26 February 2017
External
Internal
Overview
This is necessary when we get:
com.fasterxml.jackson.databind.JsonMappingException: Can not construct instance of com.amgen.paas.ose.model.buildstrategy.BuildStrategy, problem: abstract types either need to be mapped to concrete types, have custom deserializer, or be instantiated with additional type information ...
Also see Jackson_Full_Data_Binding_and_Custom_Deserializers.
TODO.