Quantcast
Viewing all articles
Browse latest Browse all 6

JAX-RS @QueryParam Example

In this example we are going to talk about how you can use @QueryParam annotation to parse URI Query Parameters in a JAX-RS RESTful service. Basically, @QueryParam denotes that the value of the Query Parameter with the corresponding name will be parsed, and if parsed correctly it will be available on the method argument denoted with@QueryParam. There are baically two …

Viewing all articles
Browse latest Browse all 6

Trending Articles