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
At the moment, most values of the 'format' rule result in a String type Java property. When using the POJOs in Java, the values of these strings are obviously unrestricted because.
Jackson provides built-in support for serializing/deserializing URIs, regexps and a few other meaningful types from strings. We should use these types where possible.
Original author: joelittl...@gmail.com (March 20, 2011 22:56:03)
At the moment, most values of the 'format' rule result in a String type Java property. When using the POJOs in Java, the values of these strings are obviously unrestricted because.
Jackson provides built-in support for serializing/deserializing URIs, regexps and a few other meaningful types from strings. We should use these types where possible.
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=21
The text was updated successfully, but these errors were encountered: