Register Factory for generic class #227
Unanswered
plamenterziev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a generic class
open class StatisticsManager<DealOptions : Hashable>
which will be derived in my app target. This manager is used in many other generic classes and I want to DI it. So I need to create Factory which returns my final StatisticsManager subclass. Is it possible and how?Beta Was this translation helpful? Give feedback.
All reactions