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
From [email protected] on December 23, 2010 19:22:10
Lowering priority since the builder methods added in issue #2 make this less of an inconvenience. Still on the radar though.
From [email protected] on February 22, 2011 11:56:29
Suggest this is wrapped up with changes for supporting the "default" schema rule and included in 0.1.7.
Original author: [email protected] (December 16, 2010 13:45:01)
"foo":{
"type":"array",
"items":{"type":"string"}
}
creates:
List<String> foo;
which then needs user-initialisation. I'd prefer:
List<String> foo = new ArrayList<String>();
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=3
The text was updated successfully, but these errors were encountered: