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

It is not possible to parse string to Class<Long> #5

Closed
drapostolos opened this issue Apr 14, 2014 · 2 comments
Closed

It is not possible to parse string to Class<Long> #5

drapostolos opened this issue Apr 14, 2014 · 2 comments
Labels

Comments

@drapostolos
Copy link
Owner

This works:

parser.parse("java.lang.Long", new GenericType<Class<?>>() {});

but this doesn't:

parser.parse("java.lang.Long", new GenericType<Class<Long>>() {});
@drapostolos
Copy link
Owner Author

Fixed and committed to master. Will be available in v.0.2.0

@drapostolos
Copy link
Owner Author

Now available in v0.2.0.

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

No branches or pull requests

1 participant