Is there a way to programmatically bind form data to an object knowing the class type? I thought there would be something like
T instance = something.pleaseDoSomeMagicBind(class, request)
somewhere or something similar, but I had no luck so far.
Thank you