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

Add support for variably occurring types in code generation #102

Open
desaikd opened this issue Apr 18, 2024 · 1 comment
Open

Add support for variably occurring types in code generation #102

desaikd opened this issue Apr 18, 2024 · 1 comment
Labels
code generation Improvements for code generation subcommand `generate`

Comments

@desaikd
Copy link
Contributor

desaikd commented Apr 18, 2024

Currently variably occurring types are not fully supported in code generation. Process occurs field and validate while reading the data using the value of occurs constraint.

@desaikd desaikd added the code generation Improvements for code generation subcommand `generate` label Apr 18, 2024
@desaikd
Copy link
Contributor Author

desaikd commented Nov 4, 2024

Java currently only supports optional and required. (Does not support an occurs range)
Rust does not support variably occurring type at all.

@desaikd desaikd changed the title Add support for occurs constraint with fields in code generation Add support for variably occurring types in code generation Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code generation Improvements for code generation subcommand `generate`
Projects
Status: No status
Development

No branches or pull requests

1 participant