I am trying passing time in a query param to WildFly 20 + RestEasy. @GET public void takeTime(@QueryParam("time") Date time) {...}
@GET public void takeTime(@QueryParam("time") Date time) {...}
RestEasy