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 try manually map object to interface impl, with AsObjectMapper, but always get error
Trying to instantiate "TargetInterface", but it is not instantiable. You might solve this problem by adding an "InheritanceMap" to the class, so the mapper will know which concrete class to instantiate.
The text was updated successfully, but these errors were encountered:
The bug is there, and should be fixed by the related PR. However, I got a different error message here. Try clearing your cache, and try again, my guess you will now get "Target class ... is not a valid class". If correct, then we have a cache invalidation bug that should be fixed for dev environment.
I try manually map object to interface impl, with AsObjectMapper, but always get error
Trying to instantiate "TargetInterface", but it is not instantiable. You might solve this problem by adding an "InheritanceMap" to the class, so the mapper will know which concrete class to instantiate.
The text was updated successfully, but these errors were encountered: