aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)Author
2020-06-30Remove double-checking of "verify trailing tokens"Tatu 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-21Minor tweak to consider Date/Time types as scalars wrt `MapperFeature.ALLOW_C...Tatu Saloranta
2020-06-20Minor streamlining of property metadata gatheringTatu Saloranta
2020-06-20Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-20Fixed #2757Tatu Saloranta
2020-06-19Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-19Fixed #2753Tatu Saloranta
2020-06-19Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-19Add a missing method (`setDefaultTyping()`) in `MapperBuilder` (3.0 compatibi...Tatu Saloranta
2020-06-19fix a typo in commentTatu Saloranta
2020-06-18...Tatu Saloranta
2020-06-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-18Make `withProperties()` non-abstract (with dummy impl) just for 2.11, for imp...Tatu 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-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-18Fixed #2770Tatu Saloranta
2020-06-17Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-17Fixed #2760Tatu Saloranta
2020-06-16Merge branch '2.11' into 2.12Tatu Saloranta
2020-06-16Fixed #2759Tatu Saloranta
2020-06-15Minor improvement to description for `AnnotatedMethod`, to included parameter...Tatu Saloranta
2020-06-14Fixed #2766 (wrong article in javadoc comment)Tatu 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-13Merge branch '2.11' into 2.12Tatu Saloranta