ion-cli
ion-cli copied to clipboard
Add null support in generated code for Java
If you use
Booleaninstead ofboolean, then this could be initialized tonull. Similarly forint/Integeranddouble/Double.However, if it's not an optional field, then we're better off using the primitive types to avoid the overhead of the boxed types.