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
I have ID fields as Long in my DB, but noticed that the .getClaim() methods only have asString(), .asInt(), and .asDouble(). That can easily be converted, but an .asLong() helper method makes sense.
The text was updated successfully, but these errors were encountered:
I have ID fields as
Long
in my DB, but noticed that the.getClaim()
methods only haveasString()
,.asInt()
, and.asDouble()
. That can easily be converted, but an.asLong()
helper method makes sense.The text was updated successfully, but these errors were encountered: