This library and associated macro-pack provide pseudo-reflection features for Codename One Applications. Some applications for these tools include JSON parsing to and from Java objects, wrapping Java Objects with a Map
interface, copying object properties without boiler-plate code and more.
- Netbeans 7.4 or higher with Codename One plugin
- Codename One DataMapper Lib
- Netbeans Mirah Module 1.0.26 or higher
- Install the
CN1DataMapper
library by downloading theCN1DataMapper2.cn1lib
file from the latest release and copying it into your Codename One project'slib
directory. (See the CN1DataMapper project for more detailed install instructions). - Copy
CN1MirahJSON-macros.jar
from the latest release into your Codename One project'slib/mirah/macros
directory. - Right click your project in the project explorer, and select "Refresh Libs"
- Select "Clean & Build" project.
- JSON Parsing
- Reflection(ish) support and POJO Wrappers to be able to interact with them using the
Map
interface. - Javadocs