Commit graph

7 commits

Author SHA1 Message Date
5e69eca9d6
feat: simplify IntoJava family
basically it's all IntoJava, but there's another trait layer,
IntoJavaObject, which downstream library users should implement. Every
IntoJavaObject automatically implements IntoJava too
2024-09-23 17:59:31 +02:00
d6c0aa2f9e
feat: working but questionable intermediate trait implementation 2024-09-23 00:23:42 +02:00
1d00db2648
fix: return type void in result 2024-09-22 01:37:28 +02:00
95eb528549
feat: automatic FromJava conversions 2024-09-22 00:09:46 +02:00
4daaad5faf
feat: allow skipping env/class in args
also removed a bit of clones but added more...
2024-09-21 23:03:02 +02:00
e855659e1a
chore: refactored macro more 2024-09-21 20:46:48 +02:00
8f272bd905
chore: refactored macro a bit 2024-09-21 20:14:51 +02:00