No API definition provided
Error
I need to use InputStreamResource for my pdfexport endpoint. but I cannot override it from my openapi.yaml specification
@Override public ResponseEntity<InputStreamResource> exportfooAsPdf(@PathVariable(“id”) UUID id) { I’m getting this error for InputStreamResource ‘exportfooAsPdf(UUID)’ in ‘de..web.controller.fooSearchController’ clashes with ‘exportfooAsPdf(UUID)’ in ‘de..web.controller.FooApiDelegate’; attempting to use incompatible return type post: summary: Export foo information as PDF operationId: exportfooAsPdf description: Exports the information of the specified foo member as a PDF. parameters: – name: id in: path required: […]