Is there a way to create ruby value objects or hashes from java objects in jruby application ? Thank you.
feedback
|
|
I am not sure whether this is what you are trying to achieve, but to convert a Java object into a ruby hash, you could do something like this:
This assumes that the instance variables are accessible (
(Note that this time it uses | |||
feedback
|
|
Names and Beans Convention gives us next opportunity for properties with accessors
| |||
feedback
|