Setting

api.method.parse.after

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

demo

Add log

api.method.parse.after=groovy:logger.info("API:" + it.name() + " parsing completed")