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
In this case, the fields somejsonobject or somejsonarray are converted using the JsonObjectConverter or JsonArrayConverter. That is done on a jOOQ-level. There is no need to convert them again in the fromJson-method (actually that fails with a ClassCastException).
The text was updated successfully, but these errors were encountered:
Looking at the following methods from a generated POJO
In this case, the fields
somejsonobject
orsomejsonarray
are converted using theJsonObjectConverter
orJsonArrayConverter
. That is done on a jOOQ-level. There is no need to convert them again in thefromJson
-method (actually that fails with a ClassCastException).The text was updated successfully, but these errors were encountered: