Home
last modified time | relevance | path

Searched refs:_handleMappingException (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DMappingIterator.java188 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