- e5d7769 ... by Tatu Saloranta · 13 years ago
- e3ae58e Work on [JACKSON-707], [JACKSON-770]; simplifying JsonNode by Tatu Saloranta · 13 years ago
- 00d8158 add bit more complete handling of deser views by Tatu Saloranta · 13 years ago
- 5639f34 Completed [JACKSON-608] (Json Views for deserialization), with tests by Tatu Saloranta · 13 years ago
- b2d3c7d Bit more work on view handling by Tatu Saloranta · 13 years ago
- 65c410c refactoring by Tatu Saloranta · 13 years ago
- b471a04 Implement [JACKSON-769], add more chainability for ObjectNode, ArrayNode by Tatu · 13 years ago
- 19ab580 Getting back to implement deserialization-with-view by Tatu Saloranta · 13 years ago
- fbd795b ... by Tatu Saloranta · 13 years ago
- 69e3ed4 Changed the way DeserializerFactory config is handled, less cluttered now by Tatu · 13 years ago
- ce32b8a Further refactoring for DeserializerFactories by Tatu · 13 years ago
- 9db4d99 Yet more refactoring: making more use of BeanPropertyDefinition by Tatu · 13 years ago
- 1dcce98 Bit more renaming for consistency by Tatu · 13 years ago
- 5d8d3d2 ... by Tatu · 13 years ago
- 20c8080 trying to unify handling by Tatu · 13 years ago
- 2fa02ba ... by Tatu · 13 years ago
- ea95d70 Still trying to simplify construction of BeanPropertyWriters by Tatu Saloranta · 13 years ago
- e40a769 Piping view definitions through by Tatu Saloranta · 13 years ago
- 766dc87 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 13 years ago
- 2337bfa ... by Tatu Saloranta · 13 years ago
- a5cbd79 ... by Tatu Saloranta · 13 years ago
- f0929ac Simplify/clean up annotation introspector parts by Tatu · 13 years ago
- 0410f9a Further fixes for [JACKSON-757] by Tatu · 13 years ago
- 7f1b6ef Add simple tests for [JACKSON-608] by Tatu Saloranta · 13 years ago
- 391b198 Starting to work on [JACKSON-608] (views for deser) by Tatu Saloranta · 13 years ago
- aaba9c1 Completed (?) major refactoring to give necessary context for Resolvable Serializers, Deserializers. by Tatu Saloranta · 13 years ago
- d6f54ff Fix javadocs by Tatu Saloranta · 13 years ago
- e142954 Minor javadoc cleanup to reduce references to SerializerCache (which should be hidden from app code) by Tatu · 13 years ago
- 857ddd2 Cosmetic refactoring: making Deserializers callbacks more similar, passing same common args by Tatu · 13 years ago
- b37ff33 Yet more refactoring, trying to be able to pass DeserializationContext to ContextualDeserializer by Tatu · 13 years ago
- bf355ca Yet more refactoring, trying to remove back-refs from DeserializerFactory to context/cache by Tatu · 13 years ago
- f0b28a9 ... by Tatu · 13 years ago
- 53fb852 Refactoring: make all structured standard deserializers implement proper resolve(), instead of resolving things on construction by Tatu · 13 years ago
- db413e1 ... by Tatu · 13 years ago
- 9e50422 Deser refactoring, renaming by Tatu · 13 years ago
- c9e0c17 Prune some unneeded methods from ObjectMapper by Tatu · 13 years ago
- 29be671 Remove DeserializerProvider from calls to Deserializers by Tatu · 13 years ago
- 6e6d8c6 moving DeserializerProvider to deser (starting to hide) by Tatu · 13 years ago
- e8dc603 cleanup by Tatu Saloranta · 13 years ago
- bb802d2 ... by Tatu Saloranta · 13 years ago
- 71043a7 cleanup by Tatu Saloranta · 13 years ago
- 798390a ... by Tatu Saloranta · 13 years ago
- 1826df7 FINALLY fixed handling of nested @JsonUnwrapped+prefix by Tatu · 13 years ago
- 85e6356 Fixes to @JsonUnwrapped serialization; now multi-level name transformations work correctly by Tatu · 13 years ago
- ab5e0eb Fix a problem with unwrapping serialization; was not working for final classes by Tatu · 13 years ago
- ad932ed Add unit tests to reproduce issues with hierarchich/nested @JsonUnwrapped with prefixes by Tatu · 13 years ago
- 28bde07 Refactoring: eliminate exposure of BasicBeanDescription (now just base class. BeanDescription) by Tatu Saloranta · 13 years ago
- 0e3b383 Removed last remaining unnecessary (pre-2.0) @since tags by Tatu Saloranta · 13 years ago
- 920bb4e Completed refactoring of AnnotatedClass, now fully lazily initialized by Tatu Saloranta · 13 years ago
- cad9881 refactoring by Tatu Saloranta · 13 years ago
- 4fdbd54 Cleaning up AnnotatedClass implementation by Tatu Saloranta · 13 years ago
- e196174 Implement [JACKSON-764], programmatic way to set root name to use for root-wrapping by Tatu Saloranta · 13 years ago
- 1a7c6f9 javadoc cleanup by Tatu Saloranta · 13 years ago
- 675d62a Fixed [JACKSON-763], problems with convertValue() to List<byte[]> by Tatu Saloranta · 13 years ago
- 37914e6 And bit of deserializer refactoring too by Tatu Saloranta · 13 years ago
- 197c58d Serializer-side refactoring by Tatu Saloranta · 13 years ago
- b8f2c02 Refactoring by Tatu Saloranta · 13 years ago
- 8958048 Implemented [JACKSON-437]; allow type id to be passed to POJO (via @JsonTypeInfo.visible=true) by Tatu Saloranta · 13 years ago
- bcda191 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 13 years ago
- b2a9ca7 Javadoc cleanup, removing pre-2.0 @since annotations by Tatu Saloranta · 13 years ago
- cbbfbd3 Implement [JACKSON-748], ability to register subtypes from modules by Tatu · 13 years ago
- 2ebd69a Implemented [JACKSON-747]; ability to reconfigure ObjectReader, ObjectWriter with Features. by Tatu · 13 years ago
- 0804a57 unit test cleanup by Tatu · 13 years ago
- 8be5ba0 Start work on [JACKSON-747], per-call changing of Ser/DeserConfig Features (like WRAP_ROOT_VALUE) by Tatu Saloranta · 13 years ago
- ed06eea ... by Tatu Saloranta · 13 years ago
- 4c7bf29 test refactoring; all 3 failing cases now in 'failing' package (need to disable at some point) by Tatu Saloranta · 13 years ago
- d61c921 test refactoring by Tatu · 13 years ago
- 3af61ff ... by Tatu · 13 years ago
- 9e6c28f Fix [JACKSON-712], inability to use Injectables with delegation constructor by Tatu · 13 years ago
- de0c33f Renaming of AnnotationIntrospector methods to be (more) consistent by Tatu · 13 years ago
- 6066826 ... by Tatu · 13 years ago
- dfed924 Completed major rewrite of handling of on/off features for ObjectMapper/SerConfig/DeserConfig by Tatu · 13 years ago
- 3108d85 LAst config cleanups of the day by Tatu Saloranta · 13 years ago
- d2613e9 And more refactoring: configs are now immutable by Tatu Saloranta · 13 years ago
- b3123a7 ... by Tatu Saloranta · 13 years ago
- eaedfb7 Still more config changes by Tatu Saloranta · 13 years ago
- 5087f97 yet more config clean up (?) by Tatu Saloranta · 13 years ago
- c733a7f Yet more config refactoring by Tatu Saloranta · 13 years ago
- 4beb90c Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 13 years ago
- cbfafc6 Start work on [JACKSON-730] for databind by Tatu Saloranta · 13 years ago
- bc4153e Implemented [JACKSON-718] by Tatu · 13 years ago
- fc1e1ad cleanup by Tatu · 13 years ago
- b1c6394 ... by Tatu Saloranta · 13 years ago
- beb73f7 Implemented [JACKSON-528], change signature of treeToValue() by Tatu Saloranta · 13 years ago
- b249b70 Implemented [JACKSON-721]; simpler creation of SimpleModule by Tatu Saloranta · 13 years ago
- 28ff1a9 Implement [JACKSON-546] by Tatu Saloranta · 13 years ago
- ee6e3d1 ... by Tatu Saloranta · 13 years ago
- 4489c26 Complete [JACKSON-756] fix for 2.0.0 by Tatu Saloranta · 13 years ago
- a7013c4 Work on full fix for [JACKSON-756], one more case to handle by Tatu · 13 years ago
- 1681ed1 ... by Tatu · 13 years ago
- 333a7f2 Starting to fix [JACKSON-756] by Tatu · 13 years ago
- 3a7cf58 Fix [JACKSON-757] by Tatu · 13 years ago
- a97f06e Add unit test for [JACKSON-757] by Tatu · 13 years ago
- f7c45bf Implemented [JACKSON-754]: Support for annotation bundles with @JacksonAnnotationsInside by Tatu Saloranta · 13 years ago
- fd9690c Start work on [JACKSON-754], "annotation bundles" by Tatu Saloranta · 13 years ago
- a2b5937 minor javadoc fixes by Tatu Saloranta · 13 years ago
- 91965175 yet more trivial cleanup by Tatu Saloranta · 13 years ago
- bb8d4b6 cleanup by Tatu Saloranta · 13 years ago
- fe7e30d Javadoc additions by Tatu Saloranta · 13 years ago
- 7f5cc15 javadoc improvements by Tatu Saloranta · 13 years ago