You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ For instance I have been very actively using the framework in [the ZX-Poly emula
19
19
-__reworked object mapping system, removed hacks to instantiate classes, now only mapping to objects allowed, support of private fields mapping is removed__
20
20
-__minimal JDK version now 1.8+__
21
21
-__minimal Android API now 3.0+__
22
+
- added support of getters and setters into mapping
22
23
- added `Object newInstance(Class)` method support of mapped classes to generate instances for local classes
23
24
- added generating of `makeFIELD()` method for structure types in Java class converter
Copy file name to clipboardExpand all lines: changelog.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
- __reworked object mapping system, removed hacks to instantiate classes, now only mapping to objects allowed, support of private fields mapping is removed__
3
3
- __minimal JDK version now 1.8+__
4
4
- __minimal Android API now 3.0+__
5
+
- added support of getters and setters into mapping
5
6
- added `Object newInstance(Class)` method support of mapped classes to generate instances for local classes
6
7
- added generating of `makeFIELD()` method for structure types in Java class converter
0 commit comments