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
For example, can I have an Animal class, Lion class, and Tiger class. Tiger and Lion share similar column names like weight, height, etc. Would such a senario work with storio's annotation processor? Is there anything I should keep in mind when doing this?
The text was updated successfully, but these errors were encountered:
Hi, @sreejithraman !
Sorry, but at the moment storIO annotation processor doesn't work with subclasses.
We should make smarter annotations validator to have this possibility.
Right now you should make type mapping for whole hierarchy manually.
Sorry =(
For example, can I have an Animal class, Lion class, and Tiger class. Tiger and Lion share similar column names like weight, height, etc. Would such a senario work with storio's annotation processor? Is there anything I should keep in mind when doing this?
The text was updated successfully, but these errors were encountered: