Comment #11 on issue 436 by mcculls: Provide access to Guice's own internal TypeConverters http://code.google.com/p/google-guice/issues/detail?id=436
Hmm... looks like adding a "getTypeConverterBindings()" method will be a much larger patch because TypeConverterBinding has a package-private constructor. This means we would either have to maintain two separate lists in State (one TypeConverterBindings from external modules and one internal MatcherAndConverters) or find some way to get the internal converters into TypeConverterBinding elements. Any suggestions? My gut still suggests the "convertConstant" approach is safer... -- 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 -~----------~----~----~----~------~----~------~--~---
