Closed
Description
Trying to do as following:
class A
java_field 'java.util.List clients'
end
And getting TypeError: cannot convert instance of class org.jruby.RubyModule to class java.lang.Class
As far as I managed to understand, it is due to InterfaceJavaProxy.
In my example I managed to get rid of declaring interface type, but it may be needed anyway. Maybe I can help? Where should I start digging?
Metadata
Metadata
Assignees
Labels
No labels