Hello, I already posted a question on SO but unfortunately didn't get any relevant answer (just one, and the guy told he's not keen on @JsonCreator...) Everything's detailed there (Java classes & call code): https://stackoverflow.com/questions/60132067/cant-properly-deserialize-json-using-jsoncreator-as-described-in-the-javadoc
If someone's willing to point me to what's wrong with my class definitions, esp. with the 2 distinct exceptions: - I don't understand the 1st one (why doesn't it works...?) - For what I understand from the 2nd, Jackson tries to deserialize the whole JSON as for the Inner object... but why? Best regards. -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/830744ec-1a4e-4926-99b9-87705990b146%40googlegroups.com.
