Create an instance of a class from a Map of parameters. The keys of the map must match the names of the constructor parameters. This works for both case classes and regular classes.
Create an instance of a class from a Map of parameters. The keys of the map must match the names of the constructor parameters. This works for both case classes and regular classes.