-
When you have an entity that have to associations with a table, you set roles on those. If a DTO reference only one of the association it keeps the role but the generator issue a CodeStyle. It shoudn'…
-
Hello,
I recently discovered a bug in Swagger-Core affecting object property resolution. As far as I could debug, it is related to a short circuit in object traversal to prevent StackOverflows - se…
-
##### Description
When working on an enhancement of the typescript-axios generation I've noticed fields missing in the generated classes.
[This PR](https://github.com/OpenAPITools/openapi-genera…
-
##### Description
Pom parent tag is not created on jax-rs/jaxrs-resteasy... on generated pom.xml , but works using generator = spring
##### openapi-generator version
last version using do…
-
I’m a software developer who was going to write some C# code generators for a fluent dto builder, and I saw your data-builder-generator which is very similar.
Instead of me writing my own to match …
-
### Is your feature request related to a problem? Please describe.
Is this really of value anywhere else from ts? is there a point to create strictly typed classes and POxOs for duck typed and dyna…
-
##### Description
If I try to generate _**aspnetcore**_ dto's the **nullable = false** is alwasy ignored and all the properties created are created nullable.
If I have nullable field in my api.y…
-
##### **Overview of the feature request**
JHipster DTOs are the rest api definitions and are probably best fit in the rest layer.
The main benefit is to simplify the templates by moving all dto …
-
### Is your feature request related to a problem? Please describe.
I don't like the way client code is generated. I want to implement my own and let openapi-generator take care of simply generating…
-
my backend generates the DTOs but I also want to make use of them in the frontend wherein i have forms that also use class-validator. However, the generated DTOs make use of things like `@Field(() => …