aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/deser/DefaultDeserializationContext.java
AgeCommit message (Expand)Author
2020-05-20Expose new "stream read capabilities" through `DeserializationContext`Tatu Saloranta
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2016-11-10yet more testing; branch coverage now at 69%Tatu Saloranta
2016-05-22yet more exception throwing improvementsTatu Saloranta
2016-05-22Some more exception-dispatching clean upTatu Saloranta
2015-09-14Javadoc cleanupCowtowncoder
2015-09-14Close some gaps to allow using the tryToResolveUnresolved flowsMartin Sivak
2015-08-18further exception construction fixesCowtowncoder
2015-06-30Add part of #675, to hopefully help resolve the problem.Cowtowncoder
2015-06-16Add unit test wrt #825Cowtowncoder
2015-04-02Fix #742 for 2.5.3Cowtowncoder
2014-12-29Fix #299Cowtowncoder
2014-12-23Comment out 2.4-only fix for SimpleObjectIdResolverCowtowncoder
2014-12-19Add notes wrt #490. Bit wary of fixing this in 2.5, in case old 2.4 annotatio...Cowtowncoder
2014-10-28Merge branch '2.4'Tatu Saloranta
2014-10-28Fix #245Tatu Saloranta
2014-10-16minor trimming, trying to diagnose #538Tatu Saloranta
2014-06-18Prepare for 2.4.1.1, to only include #491Tatu Saloranta
2014-06-18Temporary fixed issue #490: create a new instance ofPascal Gélinas
2014-05-19Working on #425Tatu Saloranta
2014-03-16Minor code cleanup; should produce better error message for #354Tatu Saloranta
2014-02-10Implementation of custom object id resolution.Pascal Gélinas
2014-01-13Added type information to unresolved forward reference exception thrown at en...Pascal Gélinas
2014-01-13Added JsonLocation info in exception thrown for object id check at end of pro...Pascal Gélinas
2014-01-13Added check at end of processing to ensure all object ids are resolved.Pascal Gélinas
2013-09-04Bit of groundwork for (possibly?) implementing #224; contextualization isolat...Tatu Saloranta
2013-03-02cleanup of eclipse warningsTatu Saloranta
2013-03-02Refactoring to demote more stuff in DatabindContextTatu Saloranta
2013-03-02More work on converters for deserialization; now passes 2/6 of new tests. Als...Tatu Saloranta
2012-11-21Fix [Issue#117]Tatu Saloranta
2012-10-06Furious JDK-serialization-support code surge continuing...Tatu Saloranta
2012-10-05Yet more serializability improvements; sorta works for ObjectWriter, not yet ...Tatu Saloranta
2012-06-28...Tatu Saloranta
2012-02-10Fix: ensure that scope gets pass to ObjectIdGeneratorsTatu Saloranta
2012-02-08Yay! First end-to-end version of Object Id handling...Tatu Saloranta
2012-02-05Bit more refactoring to hide "ObjectMapper-only" methods from SerializerProvi...Tatu Saloranta