简体中文
主题
Callback executed after parsing a parameter.
api.param.parse.after=groovy:''' if (it.type().name() == "java.util.Date") { it.setType("string") } '''
The it object is the parsed parameter with its type and value information.
it