jskov / openapi-jaxrs-client

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

Option to disable use of @Schema #599

Closed jskov-jyskebank-dk closed 5 months ago

jskov-jyskebank-dk commented 5 months ago

Allow generating client code that does not need the MP annotation.

The annotation is useful for BFFs that need to expose generated code from other backend services. But clients do not need it (as they do not expose their API)