aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/deser/ValueInstantiator.java
AgeCommit message (Expand)Author
2020-07-23Support BigInteger and BigDecimal in StdValueInstantiator (#2793)Tiago Martins
2020-06-08Fixed #2751Tatu Saloranta
2020-05-31more refactoringTatu Saloranta
2020-05-31Complete refactoring to move empty-String-defaulting out of (Std)ValueInstant...Tatu Saloranta
2020-05-30More refactoring, CoercionTargetType->LogicalTypeTatu Saloranta
2020-05-30Refactoring; realized I need to generalize `CoercionTargetType`...Tatu Saloranta
2020-05-30minor cleanupTatu Saloranta
2020-05-29Yet more work on CoercionConfig systemTatu Saloranta
2020-05-26Minor simplification: remove unused `ValueInstantiator.getIncompleteParameter()`Tatu Saloranta
2020-05-16Add check for `MapperFeature.ALLOW_COERCION_OF_SCALARS` when coercing String ...Tatu Saloranta
2020-05-08Add failing tests for #2066Tatu Saloranta
2020-04-30Add ValueInstantiator.DelegatingTatu Saloranta
2019-08-07Fix #2416Tatu Saloranta
2017-10-23Merge branch '2.8' into 2.9Tatu Saloranta
2017-10-23Fix #1804Tatu Saloranta
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2017-01-30some more work on null handlingTatu Saloranta
2016-10-16Fix #1414Tatu Saloranta
2016-10-04Merge branch '2.7' into 2.8Tatu Saloranta
2016-10-04Fix #1392 for 2.7.9 / 2.8.4Tatu Saloranta
2016-06-09Improvement exception messages for fail-to-instantiate casesTatu Saloranta
2016-06-01Minor javadoc, release note updatesTatu Saloranta
2016-06-01Merge pull request #1224 from michaelhixson/masterTatu Saloranta
2016-05-31Add docs to new ValueInstantiator and PropertyValueBuffer methodsMichael Hixson
2016-05-22Some more exception-dispatching clean upTatu Saloranta
2016-05-22Add new method in `ValueInstantiator` to access expected type to createTatu Saloranta
2016-05-06WIP: Allow more control over default creator property valuesMichael Hixson
2016-05-05yet more error reporting changesTatu Saloranta
2015-12-20Fixed array delegate creator not being fully functionalHugo Wood
2015-11-18Experimental support for array delegate creatorHugo Wood
2015-07-29Modify #881 a bit, to remove dependency on CreatorProperty typeCowtowncoder
2015-07-08Refactoring to use formatting variant of methodTatu Saloranta
2015-06-24javadoc cleanup, as per javadoclint. Also disabling said option (Wtf Oracle?)Tatu Saloranta
2014-05-20include JsonLocation in more mapping exceptionsAndy Clayton
2014-05-10Add an alternative creator for collectionsTatu Saloranta
2014-04-09merge error reporting improvements from 2.3Tatu
2014-01-02minor refactoringTatu Saloranta
2013-02-06Implemented #161Tatu Saloranta
2013-01-12Defer incomplete ValueInstantiator build errors.Christopher Currie
2012-09-11Improve error messages, remove JSON referencesTatu 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-01-14Implemented [JACKSON-690]: pass DeserializationContext to ValueInstantiator.c...Tatu Saloranta
2011-12-28Remove @JsonCachable, replace with a methodTatu Saloranta
2011-12-28Add back support for deserializing JsonLocation (using ValueInstiator, for ad...Tatu Saloranta
2011-12-27Improve ValueInstantiator interface to pass enough information to properly co...Tatu Saloranta
2011-12-23More refactoring: moving JavaType to databind; other smaller clean upTatu Saloranta
2011-12-23First check-in, tons of compilation errors to resolveTatu Saloranta