users@jersey.java.net

[Jersey] Re: Latest Jersey and _at_JsonDeserialize

From: Robert DiFalco <robert.difalco_at_gmail.com>
Date: Wed, 16 Dec 2015 12:15:40 -0800

Seems to be some issue with java.time.LocalDate that only occurs when using
Jackson with Jersey. Using Jackson alone I can serialize and deserialize.

On Wed, Dec 16, 2015 at 11:09 AM, Robert DiFalco <robert.difalco_at_gmail.com>
wrote:

> Has anyone had any issues using Jackson with Jersey and handling classes
> annotated with @JsonDeserialize and using a Builder? I'm using the
> JacksonFeature.
>
> Everything seems to work find if I have setters and getters on the class,
> but if I remove the setters and use @JsonDeserialize specifying my Builder
> I get an exception that none of the fields are marked ignorable.
>
> NOTE: This is an important note, if I instantiate an ObjectMapper myself I
> seem to be able to serialize to and from a String.
>
> R.
>