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
There is nothing that says that only "type": "object" things can have "javaType". For example, I would want a Joda DateTime to be serialized as an integer (letting Jackson handle the actual conversion) but this is not possible to express right now.