You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We allow reading nullable primitive fields as primitive fields
as long as they are not null. Also, it is possible to read
primitive fields as nullable primitives. The same holds true
for the arrays of such types.
This PR improves the Javadoc we have for these methods and mentions
about this possibility.
The text was updated successfully, but these errors were encountered:
The tracking issue for the Java side PR.
See hazelcast/hazelcast#21939 for details.
We allow reading nullable primitive fields as primitive fields
as long as they are not null. Also, it is possible to read
primitive fields as nullable primitives. The same holds true
for the arrays of such types.
This PR improves the Javadoc we have for these methods and mentions
about this possibility.
The text was updated successfully, but these errors were encountered: