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

Support custom constant type converters #22

Closed
gissuebot opened this issue Jul 7, 2014 · 2 comments
Closed

Support custom constant type converters #22

gissuebot opened this issue Jul 7, 2014 · 2 comments

Comments

@gissuebot
Copy link

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

@gissuebot
Copy link
Author

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

@gissuebot
Copy link
Author

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

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

No branches or pull requests

1 participant