aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/deser/AbstractDeserializer.java
AgeCommit message (Expand)Author
2020-06-14Complete undo of context/parser signature changesTatu Saloranta
2020-05-30Add `JsonDeserializer.logicalType()` to support coercion configsTatu Saloranta
2019-11-01Starting to convert `getCurrentToken()` -> `currentToken()` (for 3.x)Tatu Saloranta
2019-08-20Start work on #2336Tatu Saloranta
2017-06-27Replace "can not" by "cannot" in codeOliver Kopp
2017-05-02Fix #1551Tatu Saloranta
2017-05-02Further cleanup of #1551Tatu Saloranta
2017-05-02Merge branch '2.8'Tatu Saloranta
2017-05-02Improvement wrt #1551: report more appropriate error message for specific cas...Tatu Saloranta
2016-10-23yet more work on merging; avoid unnecessary setTatu Saloranta
2016-10-16Fix #1414Tatu Saloranta
2016-06-09Further instantiation exception message improvementsTatu Saloranta
2016-05-21Yet more work for #1207; added `DeserializationProblemHandler.handleMissingIn...Tatu Saloranta
2016-05-05further exception handlingTatu Saloranta
2015-12-01Fix #1032Tatu Saloranta
2015-08-18further exception construction fixesCowtowncoder
2014-11-10implYour Name
2014-11-03minor clean upTatu Saloranta
2014-10-14Add a test for #580Cowtowncoder
2014-02-10Implementation of custom object id resolution.Pascal GĂ©linas
2013-09-21minor nip & tuckTatu Saloranta
2013-09-05...Tatu Saloranta
2013-08-26Fix issue #292Tatu Saloranta
2013-08-05refactoring, trying to get object id reading working with native idsTatu Saloranta
2013-07-04Implemented #253Tatu Saloranta
2013-02-17Javadoc cleanupTatu Saloranta
2012-11-23Improve JSON format visiting by exposing expected JSON number typeTatu Saloranta
2012-11-23Solve [JACKSON-877] (no fix, changed call in test), renamed related testTatu Saloranta
2012-11-05fix serializability issuesTatu Saloranta
2012-03-19Fixed [JACKSON-368]; one of infamous 'failing' cases... (yay!)Tatu Saloranta
2012-03-19Fixed [JACKSON-811]Tatu Saloranta
2012-01-25Simplify/clean up annotation introspector partsTatu
2011-12-29Merged [JACKSON-712] fix in, with proper 2.0 changesTatu Saloranta
2011-12-23More reshufflingTatu Saloranta
2011-12-23More refactoring: moving JavaType to databind; other smaller clean upTatu Saloranta
2011-12-23...Tatu Saloranta
2011-12-23First check-in, tons of compilation errors to resolveTatu Saloranta