Created
August 29, 2019 03:03
-
-
Save yuriwally/79fc4410fb081638fda721b14357a3d7 to your computer and use it in GitHub Desktop.
Print all methods from object - groovy script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| println object.class.methods.collect { it.name } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment