Skip to content

feat: Implement support for ArrayMap data type in OpenApi2JaxRs code generation#410

Open
matheusandre1 wants to merge 1 commit into
Apitomy:mainfrom
matheusandre1:issue409
Open

feat: Implement support for ArrayMap data type in OpenApi2JaxRs code generation#410
matheusandre1 wants to merge 1 commit into
Apitomy:mainfrom
matheusandre1:issue409

Conversation

@matheusandre1
Copy link
Copy Markdown

@matheusandre1 matheusandre1 commented May 6, 2026

Closes: #409

Added existingJavaType field to CodegenJavaSchema for better type handling.
Enhanced OpenApi2JaxRs to compute request body types and handle ArrayMap inline.
Updated OpenApiMapDataTypeProcessor to recognize ArrayMap and generate appropriate Java types.
Introduced new test case for ArrayMap inline generation in OpenApi2JaxRsTest.
Added necessary JSON and Java files for ArrayMap support in generated API.

mention it to see the progress.
quarkiverse/quarkus-openapi-generator#1352 (comment) and
and pr : quarkiverse/quarkus-openapi-generator#1611

@matheusandre1 matheusandre1 marked this pull request as ready for review May 6, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Generate ArrayMap

1 participant