tags:

views:

65

answers:

1

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.

+3  A: 
Jörg W Mittag