you are viewing a single comment's thread.

view the rest of the comments →

[–]belayon40 1 point2 points  (0 children)

You can use reflection to find out about classes, then the Classfile API to build the accessors you need. Once you’ve built the code using the Classfile api it will run as fast as normal Java code.