コード例 #1
0
 private void buildResponseFormat(TypeMirror type, RestDocumentation.Resource.Method doc) {
   doc.setResponseBody(newJsonType(type));
 }