users@jsonb-spec.java.net

[jsonb-spec users] [jsr367-experts] [31-Customize error handling]

From: Martin Vojtek <voytoo_at_gmail.com>
Date: Wed, 29 Apr 2015 19:53:09 +0200

Hi Experts,

I have pushed changes which include proposal to customize error handling.

Summary of the proposal:

Erros, warning and other issues should be (similarly to JAXB) propagated as
events. It will be possible to intercept (and to ignore) these events by
providing custom JsonbEventHandler implementation.

Details could be found in specification and in code (api + examples).

MartinV