Skip to content

Generate ArrayMapΒ #1352

@kerner1000

Description

@kerner1000

Tell us the extension you're using

Server

I tried this:

I have this code:

    ApiLists:
      type: object
      additionalProperties:
        type: array
        items:
          $ref: '#/components/schemas/ApiList'
      x-codegen-inline: true

From which I would like to generate Map<String, List<ApiList>>.

This happened:

The bean is not generated at all.

I expected this:

I was expecting the contract to generate Map<String, List<ApiList>> from it.

Is there a workaround?

No response

How can we try to reproduce the issue?

No response

Anything else?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus OpenApi version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

Community Notes

  • Please vote by adding a πŸ‘ reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞

Metadata

Metadata

Assignees

Labels

area:serverThis item is related to the server extension

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions