aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/deser/DeserializationProblemHandler.java
AgeCommit message (Expand)Author
2020-03-10Merge branch '2.9' into 2.10Tatu Saloranta
2019-09-15Update release notes wrt #2133, minor code cleanupTatu Saloranta
2019-09-15Improve `DeserializationProblemHandler.handleUnexpectedToken()` to allow hand...Semyon Levin
2017-07-26Further improvements related to #1711 to both catch problem AND to allow hand...Tatu Saloranta
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2017-03-09Improve error handling wrt #1541 to give some useful information instead of c...Tatu Saloranta
2016-10-16Fix #1414Tatu Saloranta
2016-05-30Minor improvement to `handleUnknownTypeId()`, pass TypeIdResolverTatu 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-18further work on #1207, now first of 2 instantion problem handlersTatu 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-10Added DeserializationContext.handleUnknownTypeId()Tatu Saloranta
2016-05-09Start work on #1207, add `handleWeirdKey()` in both `DeserializationContext` ...Tatu Saloranta
2016-04-14javadoc fixTatu Saloranta
2015-10-28Add one more unit testCowtowncoder
2013-12-02Adding explicit null check for BeanPropertyMap, to improve troubleshootingTatu
2012-07-21javadoc updateTatu Saloranta
2012-02-03Reorg things a bit: SerializationConfig, DeserializationConfig back at main l...Tatu Saloranta
2012-02-02Implemented [JACKSON-777] (renamed SerializationConfig.Feature, Deserializati...Tatu
2012-02-01Implemented [JACKSON-776], refactoring of DeserializationContextTatu Saloranta
2011-12-23More refactoring: moving JavaType to databind; other smaller clean upTatu Saloranta