aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/DeserializationContext.java
AgeCommit message (Expand)Author
2017-09-18Fix #1767Tatu Saloranta
2016-09-08More error reporting improvements to track down #1342Tatu Saloranta
2016-06-07Add a failing test for #1261 to see what issues remains; minor improvements t...Tatu Saloranta
2016-06-06Merge branch '2.7'Tatu Saloranta
2016-06-06Backport #1260 fix in 2.7Tatu Saloranta
2016-06-04Add ObjectMapper/ObjectReader support for passing DataInput as sourceTatu Saloranta
2016-05-30Minor improvement to `handleUnknownTypeId()`, pass TypeIdResolverTatu Saloranta
2016-05-24Merge branch '2.7'Tatu Saloranta
2016-05-22yet more exception throwing improvementsTatu Saloranta
2016-05-22Some more exception-dispatching clean upTatu Saloranta
2016-05-21add a test for weirdToken handlerTatu Saloranta
2016-05-21More for #1207: now add `DeserializationContext.handleUnexpectedToken()` (and...Tatu Saloranta
2016-05-21Yet more work for #1207; added `DeserializationProblemHandler.handleMissingIn...Tatu Saloranta
2016-05-19Minor cleanup for #1235, added checks for error handlers to catch type coerci...Tatu Saloranta
2016-05-19Fix #1233Tatu Saloranta
2016-05-18further work on #1207, now first of 2 instantion problem handlersTatu Saloranta
2016-05-15minor refactoring related to exception handlingTatu Saloranta
2016-05-15Add `DeserializationProblemHandler.handleWeirdStringValue(...)` to allow reco...Tatu Saloranta
2016-05-15More work with DeserializationProblemHandler; now allow handling of "weird nu...Tatu Saloranta
2016-05-10Fix #1017 (add InvalidTypeIdException)Tatu Saloranta
2016-05-10Try to straight out eof handling; for now there's no way to really catch that...Tatu Saloranta
2016-05-10Add a test for handling of "unknown type id"Tatu Saloranta
2016-05-10Added DeserializationContext.handleUnknownTypeId()Tatu Saloranta
2016-05-10Convert last remaining DeserializationContext.mappingException() usage to .re...Tatu Saloranta
2016-05-09Start work on #1207, add `handleWeirdKey()` in both `DeserializationContext` ...Tatu Saloranta
2016-05-09More rerouting of exceptions through DeserializationContext.reportXxx() inste...Tatu Saloranta
2016-05-09Working on standardizing parsing error handlingTatu Saloranta
2016-05-05yet more error reporting changesTatu Saloranta
2016-05-05further exception handlingTatu Saloranta
2016-05-05...Tatu Saloranta
2016-05-05further error reporting indirectionTatu Saloranta
2016-05-05Change deser error reporting to make it easier/possible to start deferring th...Tatu Saloranta
2016-04-21Merge branch '2.7'Tatu Saloranta
2016-04-20minor future-proofing; add `reportXxx()` methods that will construct and thro...Tatu Saloranta
2016-04-16start with jsoninclude config overridesTatu Saloranta
2016-02-09Merge branch '2.6' into 2.7Tatu Saloranta
2016-02-09Merge branch '2.6'Tatu Saloranta
2016-02-09Fixed #1120Tatu Saloranta
2016-01-30Fix #1112. A missing %s in a format.Benson Margulies
2015-12-11Start work on #1043, first support String[] valued properties.Tatu Saloranta
2015-11-21Fix #1000; now UUID and Enum deserializers should throw `InvalidFormatExcepti...Tatu Saloranta
2015-10-05Add missing null checks for convenience methodsTatu Saloranta
2015-07-08Add a utility methodCowtowncoder
2015-06-25Code refactoring to help implement #841: move `findClass()` from static `Clas...Cowtowncoder
2015-06-19Moving locale/timezone info to DatabindContextCowtowncoder
2015-05-19Fix #504 and #797Cowtowncoder
2015-05-05javadoc improvementsCowtowncoder
2015-05-01Fix #664Tatu Saloranta
2015-03-16Undo removal of methods deprecated in 2.5, to be remove in 2.7 to give one mo...Cowtowncoder
2015-03-15Start #725 implementation; works for simple case, need to work on allowing ov...Tatu Saloranta