jawher / vinna

Reinventing the wheel
5 stars 1 forks source link

Investigate mapping request data to a java bean #6

Open jawher opened 12 years ago

jawher commented 12 years ago

Maybe using Spring Bean Mapper/Binder. Something like:

Person p = mapRequestTo(Person.class)
jawher commented 11 years ago

possible with current API, now the actual implementation for url-form-encoded ...