This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Planned
Shreyas edited this page Dec 16, 2015
·
1 revision
In future releases the following features might be implemented:
-
Add support for namespaces in XML(implemented in Piriti 0.4). - ~~Add possibility to annotate setters instead of fields ~~ (implemented in Piriti 0.6).
-
Enable mappings for POJOs / GXT models without source code(implemented in Piriti 0.5). - Enable JAXB annotations for the mapping.
- Support Simple XML mapper.
-
Replace JSONParser.parse() with native implementation(implemented in Piriti 0.3.5). - Add support for references in JSON (see DOJO for an example of references in JSON).
-
Add the ability to also generate JSON / XML data from the annotated models(implemented in Piriti 0.5/0.7). - Add support for java.util.Map