Searched refs:_handleMappingException (Results 1 – 1 of 1) sorted by relevance
188 return (Boolean) _handleMappingException(e); in hasNext()201 return (T) _handleMappingException(e); in next()412 protected <R> R _handleMappingException(JsonMappingException e) { in _handleMappingException() method in MappingIterator