Changes between Version 18 and Version 19 of j2p
- Timestamp:
- 06/20/23 11:06:38 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v18 v19 71 71 J2P has a modular translation mechanism. A translation module can be created separately and plugged in as needed, to add support for translating libraries. Also this allows to change the translation process, for instance to use another python library for the translation. 72 72 73 A number of translation modules are already available 74 75 ||=module=||=what it translates=||=details=||=limitations=|| 76 ||jackson-t||jackson serialization annotations||translates jackson to pyson annotations that look very similar to jackson||TBD|| 77 ||junit-t||junit calls assertTrue,assertEquals|| ||no support yet for junit annotations|| 78 79 73 80 74 81 == Resulting file