ion-cli
ion-cli copied to clipboard
Modify template for read API to not use the expensive `deafult` impelmentation
Currently read API generation process uses a default implementation of that class but it should rather use new() and generate variables for each property in that structure.
More discussion: https://github.com/amazon-ion/ion-cli/pull/61#discussion_r1412357995
Java code generation now uses builder API for initialization which uses nulls instead of defaults (#154)