We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem description Generator doesn't create enum for Oneof cases.
Suggestion/solution Generator should create enum field for Oneof cases. And (de)serializer should fill the field.
Additional context See the docs, how standard CPP generator supports it.
The text was updated successfully, but these errors were encountered:
Am I reading correctly in that there currently no way of knowing which variant of a oneof is populated?
oneof
Sorry, something went wrong.
semlanik
No branches or pull requests
Problem description
Generator doesn't create enum for Oneof cases.
Suggestion/solution
Generator should create enum field for Oneof cases.
And (de)serializer should fill the field.
Additional context
See the docs, how standard CPP generator supports it.
The text was updated successfully, but these errors were encountered: