FeatureRequest: Support adding items to a list or map #64

Closed
opened 2021-04-08 13:53:22 +02:00 by auke- · 0 comments
auke- commented 2021-04-08 13:53:22 +02:00 (Migrated from github.com)

The native Java generator produces specific methods for adding items to a list and putting items in a map (see https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/Java/libraries/native/pojo.mustache#L127). This is useful when working with programmatically created model instances since all their properties are initialized with null.

The native Java generator produces specific methods for adding items to a list and putting items in a map (see https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/Java/libraries/native/pojo.mustache#L127). This is useful when working with programmatically created model instances since all their properties are initialized with null.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
kokuwaio/micronaut-openapi-codegen#64
No description provided.