Setting

api.method.parse.before

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

demo

Add log

api.method.parse.before=groovy:logger.info("Beginning to parse API:" + it.name())