共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > jsonschema2pojo |
jsonschema2pojo
|
1 | 0 | 374 |
贡献者 | 讨论 | 代码提交 |
jsonschema2pojo uses the structural rules present in a JSON Schema document to generate DTO style Java classes.
The classes produced by jsonschema2pojo are ideal for use with JSON parser/generator libraries such as Jackson that can marshal data from Java objects into JSON content (and vice-versa). Creating the necessary Java objects and keeping these in sync with your schema is trivial with jsonschema2pojo, and because the schema drives the process you can be sure that you're honouring your contract.