aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/deser/ValueInstantiators.java
AgeCommit message (Expand)Author
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2013-03-02Fix handling of String[] deserializer, to allow customization as expected.Tatu Saloranta
2012-04-17Changes to make 1.5 compatible against: first, removing @Override from interf...Tatu 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-22Refactoring: eliminate exposure of BasicBeanDescription (now just base class....Tatu Saloranta
2012-01-22Removed last remaining unnecessary (pre-2.0) @since tagsTatu Saloranta
2011-12-23First check-in, tons of compilation errors to resolveTatu Saloranta