Re: JSONPath use own ObjectMapper instead of global

2022-04-29 Thread Karen Lease
Yes, what you say is true. And this provider is used to parse the input json content which produces some kind of Object after evaluating the path. Maybe I've misunderstood your problem with the numbers. The default mapper is parsing them as Doubles. So if you don't wnat Doubles then I agree tha

Re: path parameter from Camel HTTP endpoints

2022-04-29 Thread Claus Ibsen
Hi That requires you to use rest-dsl which supports {xxx} style in URIs. If you use a regular then you will not have that. On Fri, Apr 29, 2022 at 8:10 AM Jozef Bouda wrote: > Hi, I have this issue, identical with issue on SO: > https://stackoverflow.com/questions/32867844/clean-way-extract-