-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ant task(s) for jsonschema2pojo #23
Comments
From dexter2...@gmail.com on November 20, 2011 09:04:39 |
From joelittl...@gmail.com on January 17, 2012 21:55:19 |
From joelittl...@gmail.com on January 18, 2012 00:18:16 |
From sridha...@gmail.com on January 18, 2012 00:40:19 |
From sridha...@gmail.com on January 18, 2012 00:42:32 |
From joelittl...@gmail.com on January 18, 2012 00:48:38 I'm planning to release this tomorrow, but in the mean time you could clone the source and build a 0.2.1-SNAPSHOT of the jsonschema2pojo-ant jar by using 'mvn clean package' |
From sridha...@gmail.com on January 18, 2012 02:00:55 |
From sridha...@gmail.com on January 18, 2012 18:33:53 |
From joelittl...@gmail.com on January 18, 2012 19:53:16 For generating schema documents, I don't think there is anything out there to do this right now. I know Jackson can generate schema documents from Java pojos (basically the opposite of jsonschema2pojo). It might be worth playing with some of these Jackson features to see if you can find something that fits your needs better than jsonschema2pojo. I've seen this question before (in relation to this project and json schema in general) so I have considered exploring this as a possible extension/alternative/complementary project. |
From sridha...@gmail.com on January 18, 2012 21:48:07 I found this useful and interesting, online pojo generator. I haven't tried yet but may be I can use these Pojos generated by this online tool( make changes as necessary and use Jackson to generate schema) apply that schema to jsonschema2pojo |
Original author: joelittl...@gmail.com (April 28, 2011 19:22:08)
Alongside the maven plugin and cli, it would be good to offer an Ant task to invoke jsonschema2pojo.
Feel free to +1 this ticket by commenting if you're interested in this.
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=23
The text was updated successfully, but these errors were encountered: