Java method introspection from JRuby

Posted by Colin Curtin on Stack Overflow See other posts from Stack Overflow or by Colin Curtin
Published on 2010-06-01T22:40:01Z Indexed on 2010/06/01 22:43 UTC
Read the original article Hit count: 224

Filed under:
|
|

Is there a way from JRuby to introspect on a Java object and find out its Java-land methods? Like what http://github.com/oggy/looksee provides, but for Java. Or like

(someobject).methods - 1.methods

This would be nice for just taking a look at what a Java object provides versus the APIDoc for it.

© Stack Overflow or respective owner

Related posts about java

Related posts about ruby