Dagger: inject both a class and its subclass
I want to inject a CsvMapper and ObjectMapper from jackson; their relation is that CsvMapper extends ObjectMapper. I am providing them like so:
I want to inject a CsvMapper and ObjectMapper from jackson; their relation is that CsvMapper extends ObjectMapper. I am providing them like so: