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
The output is {"actualTypeArguments":["java.lang.Object"],"rawType":"java.util.List","typeName":"java.util.List<java.lang.Object>"}
Why the actualTypeArguments is 'Object', should it be a Map?
If I was wrong to use it, could you possibly provide an example solving this?
The text was updated successfully, but these errors were encountered:
Failed to get generic type.
The output is
{"actualTypeArguments":["java.lang.Object"],"rawType":"java.util.List","typeName":"java.util.List<java.lang.Object>"}
Why the actualTypeArguments is 'Object', should it be a Map?
If I was wrong to use it, could you possibly provide an example solving this?
The text was updated successfully, but these errors were encountered: