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
Very cool project, we are very close to getting things working. However, we have several areas where we have polymorphic types. We are injecting our own ObjectMapper into Jsonrpc4j with "enableDefaultTyping(DefaultTyping.NON_FINAL)
The type information is tripping up because the request parameters are being mapped to a JSON node tree via the valueToTree method.
Very cool project, we are very close to getting things working. However, we have several areas where we have polymorphic types. We are injecting our own ObjectMapper into Jsonrpc4j with "enableDefaultTyping(DefaultTyping.NON_FINAL)
The type information is tripping up because the request parameters are being mapped to a JSON node tree via the valueToTree method.
There is a related issue on the Jackson site :
FasterXML/jackson-databind#353
Is there any possible workaround for this issue?
The text was updated successfully, but these errors were encountered: