Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[openapi-gen][bug] Java client is not able to generate class for oneOf field with primitive objects #17

Open
VamshikShetty opened this issue Jul 27, 2022 · 0 comments

Comments

@VamshikShetty
Copy link
Contributor

In create device input, we need to set metro and facility params exclusive to each other. Hence both need to be wrapped inside a oneOf field but currently openapi generator doesn't support oneOf with primitive types.

Ref : https://stackoverflow.com/questions/71538915/openapi-generator-for-java-is-not-able-to-generate-class-for-oneof-field-with-pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant