ion-cli icon indicating copy to clipboard operation
ion-cli copied to clipboard

Add support for variably occurring types in code generation

Open desaikd opened this issue 1 year ago • 1 comments

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 avatar Apr 18 '24 22:04 desaikd

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

desaikd avatar Nov 04 '24 19:11 desaikd