aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/deser
AgeCommit message (Expand)Author
2020-07-15Javadoc/comment improvementsTatu Saloranta
2020-07-05Fixed #2776Tatu Saloranta
2020-07-03Fix a problem with empty value for non-primitive array type deserializationTatu Saloranta
2020-07-01Refactoring to (eventually) allow XmlMapper override wrapped-root handlingTatu Saloranta
2020-06-30minor stylistic changeTatu Saloranta
2020-06-30Add scalar-extraction support for EnumDeserializer as wellTatu Saloranta
2020-06-29...Tatu Saloranta
2020-06-29Add support for some more coercions for Delegating creators (Int/Long from St...Tatu Saloranta
2020-06-29Add Object-to-Scalar support for some String/String-like typesTatu Saloranta
2020-06-29Complete adding "scalar-from-Object" for all basic scalar typesTatu Saloranta
2020-06-29Last refactoring wrt `DeserializationContext.extractScalarFromObject()`, testsTatu Saloranta
2020-06-29...Tatu Saloranta
2020-06-29... refactoringTatu Saloranta
2020-06-29More refactoring to make supporting "scalar-from-Object" easierTatu Saloranta
2020-06-29Minor refactoring, preparing for "extract-scalar-from-Object" supportTatu Saloranta
2020-06-27Minor javadoc fixTatu Saloranta
2020-06-26Remove accidentally checked in test codeTatu Saloranta
2020-06-26Convert some simple int value deserialization to use the new `JsonParser.isEx...Tatu Saloranta
2020-06-25minor refactoringTatu Saloranta
2020-06-25Fixed #1852Tatu Saloranta
2020-06-23Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-23Fixed #2758Tatu Saloranta
2020-06-23Fix regression wrt char/Character coercion from StringTatu Saloranta
2020-06-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-18Fixed #2767Tatu Saloranta
2020-06-18Work on #2767 (fix for EnumMap first)Tatu Saloranta
2020-06-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-18Start work on fixing #2767Tatu Saloranta
2020-06-18Minor test cleanupTatu Saloranta
2020-06-17Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-17Fixed #2760Tatu Saloranta
2020-06-14Complete undo of context/parser signature changesTatu Saloranta
2020-06-14more refactoringTatu Saloranta
2020-06-14Undo unnecessary (and actually inconsistent) change to parser/context argumen...Tatu Saloranta
2020-06-13yet bit more refactoringTatu Saloranta
2020-06-13about to test float->int coercion settingsTatu Saloranta
2020-06-13Continue refactoringTatu Saloranta
2020-06-13more refactoringTatu Saloranta
2020-06-13more refactoringTatu Saloranta
2020-06-13...Tatu Saloranta
2020-06-13refactoringTatu Saloranta
2020-06-13Minor fixes to coercion fail reportingTatu Saloranta
2020-06-13Still more refactoringTatu Saloranta
2020-06-13last coercions (float, double), before rearrangingTatu Saloranta
2020-06-13coercion for long/LongTatu Saloranta
2020-06-12More coercions, now `int` (leaves `long`, `float` and `double`)Tatu Saloranta
2020-06-12...Tatu Saloranta
2020-06-12Yet more refactoring for coercion configTatu Saloranta
2020-06-12More progress, now with `byte` coercionsTatu Saloranta
2020-06-12...Tatu Saloranta