Skip to content

Instantly share code, notes, and snippets.

@easternnl
Created September 17, 2019 07:16
Show Gist options
  • Select an option

  • Save easternnl/da27f28b7a1d89c751f932a839d43b3f to your computer and use it in GitHub Desktop.

Select an option

Save easternnl/da27f28b7a1d89c751f932a839d43b3f to your computer and use it in GitHub Desktop.
List all properties of an object in Groovy
log.info( eciRequest.properties.collect({it}).join(' \n'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment