RESTful Web Services (JAX-RS) @MatrixParam in Webservices-13 ||@MatrixParam

Опубликовано: 05 Май 2026
на канале: AnilKumar TechWorld
45
0

#matrix param#webservices#@matrixparam in restful web service#@matrixparam in restful web services#what is @requestparam in spring boot#java webservices

What's the difference between the JAX-RS @QueryParam and @MatrixParam? From the documents.The queryparam and matrixparam both can location one resource in special condition. So what's the use case difference?

ps:
Queryparam:
url ? key=value;

Matrixparam
url; key=value;