Created
September 17, 2019 07:16
-
-
Save easternnl/da27f28b7a1d89c751f932a839d43b3f to your computer and use it in GitHub Desktop.
List all properties of an object in Groovy
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
| 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