Updates:
        Summary: Provide access to Guice's own internal TypeConverters
        Owner: ---

Comment #1 on issue 436 by mcculls: Provide access to Guice's own internal  
TypeConverters
http://code.google.com/p/google-guice/issues/detail?id=436

   (whoops, accidentally hit return!)

OK, so Guice lets you provide your own type converters using:

   Binder.convertToTypes(matcher, typeConverter);

but there's no way to get access to Guice's own type converters for  
primitive types.
Having access to these primitive type converters would make it much easier  
to write
composite-style type converters (think of XStream).

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to