ResponseEntity<JSONObject> getJsonObject(@ApiParam(value = "class path",required=true) @PathVariable("hdfsPath") String hdfsPath)
Я редактирую класс ответа "JSONObject" вручную, но я не знаю, как изменить ответное действие для класса JSONObject, пожалуйста, помогите мне!
/hdfs/getJsonObject:
get:
summary:
description:
operationId: getJsonObject
tags:
- "Hdfs"
parameters:
- in: "path"
name: "hdfsPath"
description:
required: true
type: "string"
responses:
200:
description: ok
schema: