|
From: Jim S. <ji...@ji...> - 2015-04-19 02:14:49
|
For example, could I change:
@FormParam("id")String id
to:
@FormParam("id")Integer id
It's easy to do this for path and query params, but form params have an input-type in the HTML, and I don't know if RESTEasy is
smart/helpful enough to ignore that an honore the type I declare in Java.
|