-
Notifications
You must be signed in to change notification settings - Fork 520
Closed
Labels
Description
How should we handle situations where there are custom constructor for classes? E.g. if the class object I'm transforming into needs access to a database connection and I would like that to be passed into the constructor. Is it possible to still use plainToClass?
kmahlqvist, dianjuar and pizzacat83