You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, can you implement "group" of mappings. E.g. you can make mapping with some token, and after remove all mappings according this token.
In my mind, that would require implementing a special mapping mechanism, where you could build a "group" of mappings, so that you could refer to that group when you want to unmap all the classes inside of it.
Since the mappings are performed by different "mappers" (commandMap, mediatorMap, Injector itself), each of them should have an additional method for storing the mappings in a dictionary of groups.
Hi, can you implement "group" of mappings. E.g. you can make mapping with some token, and after remove all mappings according this token.
Detail discussion could be found here : http://knowledge.robotlegs.org/discussions/robotlegs-2/10174-is-there-any-way-to-easy-destroy-config
The text was updated successfully, but these errors were encountered: