You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
When you configure a type mapping in openapi-mapping.yaml using generics, the type reference is not counted and therefore the type will not be generated.
When you configure a type mapping in
openapi-mapping.yamlusing generics, the type reference is not counted and therefore the type will not be generated.I see it would be hard to find such a reference, so either it should be possible to use OpenApi type names as generics:
or having an option to force generation of types to be configured:
I don't know which would be the best solution (would prefer the openapi type in generics) but somehow this has to be fixed/possible.
I am using
openapi-processor-maven-pluginversion 2021.1 withopenapi-processor-springversion 2022.2.