Skip to content

Instantly share code, notes, and snippets.

@yuriwally
Created August 29, 2019 03:03
Show Gist options
  • Select an option

  • Save yuriwally/79fc4410fb081638fda721b14357a3d7 to your computer and use it in GitHub Desktop.

Select an option

Save yuriwally/79fc4410fb081638fda721b14357a3d7 to your computer and use it in GitHub Desktop.
Print all methods from object - groovy script
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