hazelcast-nodejs-client
hazelcast-nodejs-client copied to clipboard
[TRACKING ISSUE] [API-1250] Improve documentation for primitive-nullable primitive field interoperability [API-1579]
The tracking issue for the Java side PR.
See https://github.com/hazelcast/hazelcast/pull/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.
Internal Jira issue: API-1579
Related PR: #1420. Done and closed.