404-not-find / orika

Automatically exported from code.google.com/p/orika
2 stars 0 forks source link

Expose a Multimap or Set<MapperKey> on MapperFactory #169

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I need a way to iterate the configured ClassMaps for a given Factory (or 
Facade). There is a method for getting all the of the ClassMaps for a given 
source type, but no way (that I can find) to get a list of source types.

Specifically, I make a guice module that will provide BoundMapperFacade 
bindings for all registered class maps.

Original issue reported on code.google.com by steve.sk...@gmail.com on 14 Jul 2014 at 5:39