jskov / openapi-jaxrs-client

An OpenAPI JAX-RS client code generator
Apache License 2.0
1 stars 4 forks source link

Need flag to stop mapping types to Object/String #538

Closed jskov-jyskebank-dk closed 7 months ago

jskov-jyskebank-dk commented 8 months ago

For example:

    ProjectId:
      type: string

Gets remapped to String.

But:

(Per/Jesper)