konady
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by konady-
Either way, that getInfo method is a perfect workaround. Thank you so much!
-
It appears the problem seems to be in the SDK. The variable, isExternallyOwned, is of type Boolean (Object), whereas the getter returns a boolean (primitive). If the variable is null, it will retu...
-
I did try running getIsExternallyOwned() by itself and I got the same NullPointerException.
-
The objectmapper uses the getters to convert the object into a JSON string.