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
When a POJO exposes the properties simply as fields (i.e. there is no getter/setter), null values of those fields are not supported, and results an IllegalStateException. I filed a simple bug fix (one character change): #78