There is no such option, but you may be able to specify
`DeserializationProblemHandler` with handling for a subset of processing
problems. Jackson 2.8 improved this aspect significantly, so many more
problem cases are routed via this handler.

-+ Tatu +-


On Thu, Aug 4, 2016 at 3:19 PM, Ted Smith <[email protected]> wrote:

> Hello:
>
> When I try to output/serialize an object with some chained getters
> resulting exception due
> to some special processing with that method. The exception is usually
> JsonMappingException through reference chain.
>
> Is there a config option to skip any exceptions during serialization so it
> would print out
> all other "noexception" values ?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "jackson-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to