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.
The text was updated successfully, but these errors were encountered:
How easy would this be to add? I would like to do it myself but I would have to spend some time figuring out what the contract of org.jsonschema2pojo.rules.Rule, which is not immediately obvious to me. If it's a small change then maybe it's better if somebody who is more familiar with the code base implements this.
There is nothing that says that only
"type": "object"
things can have"javaType"
. For example, I would want a JodaDateTime
to be serialized as an integer (letting Jackson handle the actual conversion) but this is not possible to express right now.The text was updated successfully, but these errors were encountered: