Changes between Version 18 and Version 19 of j2p


Ignore:
Timestamp:
06/20/23 11:06:38 (17 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v18 v19  
    7171J2P 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.
    7272
     73A 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
    7380
    7481== Resulting file