7475767778798081828384
} }; final Callable<Void> task = new Callable<Void>() { public Void call() { try { processor.process(new StringReader("{\"p\" : 1}"), new StringWriter()); } catch (final Exception e) { throw new RuntimeException(e); } return null; }