Hello Jersey Universe !!!,
Lets say i have a uri of the form /foo;a=b;c=d
then normally, we can get the value of a, c using the multi valued map by
doing pathSegment.getMatrixparameters().
However in my case, the uri can be /foo;a>b;c!=d etc
So, i want to get the List of Strings like "a>b", "c!=d" so that i could
interpret it my own way.
Is there a way to accomplish this?
Regards,
Rahul