users@jersey.java.net

[Jersey] Latest Jersey and _at_JsonDeserialize

From: Robert DiFalco <robert.difalco_at_gmail.com>
Date: Wed, 16 Dec 2015 11:09:45 -0800

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.