Replies: 1 comment
-
This is on purpose and the change is from #1679 There's no way currently to force boxed types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
As seen while generating java classes for a proto3 schema, wire compiler not generating wrapper types for primitives like int, float etc. But if given the field in proto3 schema as "optional" then it generates primitive type as wrapper class in java.
This understanding is correct?
Also anyway to generate always as wrapper rather then primitive?
Rgds,
Kamal
Beta Was this translation helpful? Give feedback.
All reactions