We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From crazyboblee on February 22, 2007 14:13:17
Maybe support conversion for normal bindings, too.
Original issue: http://code.google.com/p/google-guice/issues/detail?id=22
The text was updated successfully, but these errors were encountered:
From mikeb01 on May 06, 2007 04:23:00
Here's a patch that implements custom converters. To use it do binder().bindConverter(type, converter);
Attachment: gist guice-converter.patch
Sorry, something went wrong.
From crazyboblee on September 08, 2007 20:42:29
Thank you for the patch. I ended up building something a little more flexible so we could support use cases like generic types and the enum converter.
Status: Fixed
No branches or pull requests
From crazyboblee on February 22, 2007 14:13:17
Maybe support conversion for normal bindings, too.
Original issue: http://code.google.com/p/google-guice/issues/detail?id=22
The text was updated successfully, but these errors were encountered: