Now lets say that I would like to map both the id RouteParam and ExampleModel body into a single case class and use that for the request. I know that I can create a new case class that has (@RouteParam id: String, first: String, last: String) but what I would really like to do is have "case class ExampleRequest(@RouteParam id: String, model: ExampleModel)" and use that in place of Request. Is it possible to define this type of mapping?
Thanks for the help.
--
You received this message because you are subscribed to the Google Groups "finatra-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to finatra-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.