Hi Bill
Thanks for clarifying the details of scope with respect to the client API.
Regards
A.P. Rajshekar
Original Message
Subject:Re: [Resteasy-users] Restricting json custom provider to a
particular client
Date: Wed, 04 Sep 2013 09:42:41 -0400
From: Bill Burke
--
> From: "Rajshekhar AndalaPisharam"
> To: resteasy-users@lists.sourceforge.net
> Sent: Wednesday, September 4, 2013 1:02:19 PM
> Subject: Re: [Resteasy-users] Restricting json custom provider to a
> particular client
>
> Hi Bill
>
> Thanks for your suggestion
-
From: "Rajshekhar AndalaPisharam"
To: resteasy-users@lists.sourceforge.net
Sent: Wednesday, September 4, 2013 1:02:19 PM
Subject: Re: [Resteasy-users] Restricting json custom provider to a particular
client
Hi Bill
Thanks for your suggestion. We are using Resteasy 2.3.x. We will g
Hi Bill
Thanks for your suggestion. We are using Resteasy 2.3.x. We will get back to
you once we check this out.
Regards
A.P. Rajshekhar
Original Message
Subject:Re: [Resteasy-users] Restricting json custom provider to a
particular client
Date: Thu, 29 Aug 2013
Not sure what you mean. Which client api are you using? Resteasy 2.3.x
or JAX-RS 2.0 in Resteasy 3.0?
In the former, you can create/initialize your own
ResteasyProviderFactory. In the latter, this automatically happens per
Client you create.
On 8/29/2013 9:16 AM, Rajshekhar AndalaPisharam w
Hi Bill,
We are using jacksonJsonProvider to consume and produce json data in
underscore format.
However when we are trying to integrate with 3rd party systems our
custom provider is getting called and
causing exceptions as 3rd party does not need underscore format.
Is there a way to restrict