Hi,

How can I pass a Map<Object, Object> as a parameter in a get method?

my method is something like that:


@GET
@Path("/doSomething/")
MyClass doSomething(@QueryParam ("variables") Map<Object, Object>){...}


I thought in add a ParameterHandler<Map<Object, Object>>, but as in my case
Object can be any class extending java.lang.Object, it will be hard to write
the fromString method.

Any Ideas?

Thanks,
Elias 
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/jax-rs-Passing-a-Map-Object-Object-as-a-parameter-tp2266842p2266842.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to