Код: Выделить всё
@Override
public ResponseEntity exportfooAsPdf(@PathVariable("id") UUID id) {
'exportfooAsPdf(UUID)' в 'de..web.controller.fooSearchController' конфликтует с ' ExportfooAsPdf(UUID)» в «de..web.controller.FooApiDelegate»; попытка использовать несовместимый тип возвращаемого значения
Код: Выделить всё
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: true
description: foo member identifier
schema:
type: string
format: uuid
responses:
'200':
description: Successful PDF export
content:
application/pdf:
schema:
type: string
format: binary
Подробнее здесь: https://stackoverflow.com/questions/784 ... not-overri
Мобильная версия