How to get all property names of a Groovy class?

Posted by Klaim on Stack Overflow See other posts from Stack Overflow or by Klaim
Published on 2010-04-06T15:15:40Z Indexed on 2010/04/06 15:23 UTC
Read the original article Hit count: 219

Filed under:
|
|

The title ask it all : How to get all property names of a Groovy class?

Is it even possible? I thought I could use collection syntaxes with classes too be it don't seem to work.

© Stack Overflow or respective owner

Related posts about groovy

Related posts about java