But that won't work, I need to at least translate JsonProcessingException (Jackson specific, which we don't want to expose) to our own ParseException.

On 2017-07-23 22:01, Gary Gregory wrote:
     @Override
     public LogEvent parseFrom(InputStream input) throws IOException,
ParseException {
         return objectReader.readValue(input);
     }

Reply via email to