Setting

json.class.parse.after

  • Callback after parsing the class
Rule Target (Context: it) Additional Context
class None

demo

Add log

json.class.parse.after=groovy:logger.info("Class:" + it.name() + " parsing completed")