Abstract Factory #383
Unanswered
sigmarsson
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@sigmarsson Hello. If you mean the interface (factory) proxy generation then no. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good Day !
Perhaps it is already existing.
Is this container capable to provide a factory implementation out of a given interface ?
E.g.
kernel.Bind<IAbstractFactory>().ToAbstract();
whereSo you just need to maintain a single interface and not a batch of bindings.
Beta Was this translation helpful? Give feedback.
All reactions