-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support Optional<primitive> in @JsonbCreator #307
Comments
Each of the Optional types is not listed explicitly, but I would say this is covered by the following sentences: |
+1 to clarify it, @dansiviter think you can feel free to PR the text clarification |
+1 Sure, I am not against it :-) |
@rmannibucau Ahhh, that's some subtle wording, thanks for pointing it out. I suppose it is sufficient as it is and hopefully implementors honour it. |
Related to #121, new spec. doesn't mention
OptionalInt
,OptionalLong
andOptionalDouble
primitive wrappers. So small clarification to the spec. to permit these types.The text was updated successfully, but these errors were encountered: