konady
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
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.