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
Currently, the only means to map JSON objects to beans is by using Orika's support for Map<String,Object>. We were hoping it would support mapping from JsonNode to our beans, too.
In order to keep Orika's list of dependencies low, it could be implemented in another Maven artifact (orika-jackson?), or by using Maven <scope>provided</scope> for the Jackson dependency.
The text was updated successfully, but these errors were encountered:
This is a new feature request.
Currently, the only means to map JSON objects to beans is by using Orika's support for
Map<String,Object>
. We were hoping it would support mapping fromJsonNode
to our beans, too.In order to keep Orika's list of dependencies low, it could be implemented in another Maven artifact (
orika-jackson
?), or by using Maven<scope>provided</scope>
for the Jackson dependency.The text was updated successfully, but these errors were encountered: