Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible solution for generics #13

Open
jrote1 opened this issue Sep 21, 2015 · 1 comment
Open

Possible solution for generics #13

jrote1 opened this issue Sep 21, 2015 · 1 comment

Comments

@jrote1
Copy link
Owner

jrote1 commented Sep 21, 2015

Add this to Mappable attribute.

class Mappable
{
     const Mappable([List<List<Type>> genericVersions = const []]);
}
@jrote1
Copy link
Owner Author

jrote1 commented Oct 1, 2015

Or for every found property that is generic add a generic map for that type and also scan method bodys that contain that class text and then if it does get and add that generic version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant