- 73d3831 remove accidental use of 'instance' in TypeFactory by Tatu Saloranta · 12 years ago
- 4b4bdbc ... by Tatu Saloranta · 12 years ago
- 39c5f28 Bit more work wrt [JACKSON-805], POJO-as-array feature, moving tests around by Tatu Saloranta · 12 years ago
- 414ba9b Added unit test that checks github issue #73. by Pascal Gelinas · 12 years ago
- 27d9cd8 Added handling for JACKSON-805 in the case of POJO as array. by Pascal Gelinas · 12 years ago
- 5bd1809 Minor improvement to error handling by Tatu Saloranta · 12 years ago
- f412e85 Fix issues with wrapper-based property-renaming by Tatu Saloranta · 12 years ago
- a1e496f Added MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME by Tatu Saloranta · 12 years ago
- 202567b ... by Tatu Saloranta · 12 years ago
- 9b84796 Improve error messages, remove JSON references by Tatu Saloranta · 12 years ago
- ed177e9 j.u.Concurrent* -> j.u.concurrent.Concurrent* by twoi · 12 years ago
- 794754a Fix a minor bug in introspector pair by Tatu Saloranta · 12 years ago
- 355d9bd ... by Tatu Saloranta · 12 years ago
- fc5705a Add one more constant for PropertyName, to signal "disabled" virtual name by Tatu Saloranta · 12 years ago
- 751e9f2 Add DelegatingDeserializer to help implementation of, well, delegating deserializers.... by Tatu Saloranta · 12 years ago
- e6a5089 Merge pull request #67 from dmak/issue-65 by Tatu Saloranta · 12 years ago
- ad2da96 Demote 'findWrapperName()' in core annotation introspector (from xml-specific one) by Tatu Saloranta · 12 years ago
- b81672e forgot to check in mods to PropertyName by Tatu Saloranta · 12 years ago
- 3848a41 Further changes to use PropertyName (with namespace support) by Tatu Saloranta · 12 years ago
- b7fd856 ... by Tatu Saloranta · 12 years ago
- 18a3b71 Refactoring: create AnnotationIntrospectorPair out of AnnotationIntrospector.Pair by Tatu Saloranta · 12 years ago
- 1fe6619 Minor fixes to name annotation handling by Tatu Saloranta · 12 years ago
- ab374c7 Complete [Issue#69] implementation by Tatu Saloranta · 12 years ago
- 257da8e Starting to implement [Issue#69], upgrade to using PropertyName (to make xml support easier) by Tatu Saloranta · 12 years ago
- 2d687ff javadoc additions by Tatu Saloranta · 12 years ago
- 75eabfa Adding concept of 'delegating [de]serializer', to help with multi-level delegation by Tatu Saloranta · 12 years ago
- e70c66f Added DeserializationContext.getFactory() (issue#65) by Dmitry Katsubo · 12 years ago
- 18aa301 Added getters (issue#65) by Dmitry Katsubo · 12 years ago
- eb4e6b1 Added bit more testing for [Issue#64] by Tatu Saloranta · 12 years ago
- 3a11319 Added unit test for PascalCaseStrategy for Issue #63. by Sean J. Barbeau · 12 years ago
- 0e80984 Adds new feature supporting PascalCaseStrategy, a PropertyNamingStrategy by Sean J. Barbeau · 12 years ago
- 2aa6dc8 Implemented [Issue#60], JsonNode.hasNonNull() by Tatu Saloranta · 12 years ago
- f8dd584 Rewrote [Issue#15] implementation to work with datatypes that require custom mapper (like XML) by Tatu Saloranta · 12 years ago
- f9866ee Make it possible to create ObjectReader with alternate JsonFactory by Tatu Saloranta · 12 years ago
- dd35e8e another javadoc fix by Tatu Saloranta · 12 years ago
- 75fe7ce tiny javadoc addition by Tatu Saloranta · 12 years ago
- e8c1b53 Fixed [JACKSON-847], incompatibility between @JsonCreator, @JsonIdentityInfo by Tatu Saloranta · 12 years ago
- c7901c4 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
- 91c7b74 Add a unit test to reproduce [JACKSON-847] by Tatu Saloranta · 12 years ago
- 655cf2a Merge pull request #59 from pgelinas/hasNext by Tatu Saloranta · 12 years ago
- a74ef59 Fixed bug with MappingIterator#hasNext by Pascal Gelinas · 12 years ago
- cd64f2e Test cases showing bug with MappingIterator#hasNext when json is wrapped with an array. by Pascal Gelinas · 12 years ago
- 9eaebbd Made MappingIterator implement Closable. by Pascal Gelinas · 12 years ago
- e2bb0ee Fix [Issue#57] in master by Tatu Saloranta · 12 years ago
- f0599e3 ... by Tatu Saloranta · 12 years ago
- a99ab1f ... by Tatu Saloranta · 12 years ago
- f4523c5 ... by Tatu Saloranta · 12 years ago
- 9109f37 Fix test code usage of deprecated methods by Tatu Saloranta · 12 years ago
- 88040e2 Improved handling of "always-as-id" references; might now actually be useful by Tatu Saloranta · 12 years ago
- c89f074 Add services registration for the standard ObjectMapper by Tatu Saloranta · 12 years ago
- 3a709a3 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
- 6233a98 uncomment work-around in tests by Tatu Saloranta · 12 years ago
- d163f5e Complete [Issue#15], format auto-detection for data-binding by Tatu Saloranta · 12 years ago
- d4e2508 tiny fix to unit test, remember to close the stream. by Tatu Saloranta · 12 years ago
- f85d435 Merge pull request #53 from jackphel/master by Tatu Saloranta · 12 years ago
- dd0e3e4 Appends previous commit to resolve compile error by jackphel · 12 years ago
- 14cab3e ObjectMapper, DefaultSerializerProvider acceptJSformVis of JavaType by jackphel · 12 years ago
- 7fc6b41 Merge pull request #52 from jackphel/master by Tatu Saloranta · 12 years ago
- ee3c526 complete test to verify that Jackson can do Externalizable by Tatu Saloranta · 12 years ago
- cf3fc53 passes typehints to formatVisitor in stringarray and map by jackphel · 12 years ago
- d679c90 Start adding test to ensure Externalizable works by Tatu Saloranta · 12 years ago
- 70c486f Remove bogus test for google-collections (if any needed, should have google-collections module) by Tatu Saloranta · 12 years ago
- bc64857 Minor improvements to SubtypeResolver, to pass base type of property, to support structured values properly by Tatu Saloranta · 12 years ago
- eea889f Start work on auto-detect support via ObjectReader by Tatu Saloranta · 12 years ago
- e268dd5 Resolving Eclipse warnings (missing overrides etc) by Tatu Saloranta · 12 years ago
- 2f8d303 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
- a2ab337 replaces BeanPropertyWriter references with BeanProperty by jackphel · 12 years ago
- a5504ae Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
- 2a4f66b cleans up pull request by jackphel · 12 years ago
- 113b322 visitorAware -> visitable, schemaType -> jsonFormatType by jackphel · 12 years ago
- d0f31bd previously removed generateSchema is returned by jackphel · 12 years ago
- ae567e9 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
- 8d2cdd7 Implememented [Issue#42], allow defining Base64 default variant to use for databinding by Tatu Saloranta · 12 years ago
- 023d8bd Trying ONCE MORE (f*ck you git) to undo earlier json-schema changes, but keep @JsonNaming changes by Tatu Saloranta · 12 years ago
- 8fb3c43 added bit more testing for map key handling by Tatu Saloranta · 12 years ago
- 767cead Roll back changes to JSON Schema generation (pull #38), since it causes Public API breakage, can't do for minor version by Tatu Saloranta · 12 years ago
- 1013b37 Merge remote-tracking branch 'jackson/master' by jackphel · 12 years ago
- e134bf0 Implement [Issue#45]: @JsonNaming to support per-class naming strategy overrides by Tatu Saloranta · 12 years ago
- 8662c12 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
- 4631496 Implement [Issue#12] for 2.1 by Tatu Saloranta · 12 years ago
- d133130 Deprecating AnnotationIntrospector.isHandled() (should have been removed from 2.0 originally) by Tatu Saloranta · 12 years ago
- 8f665dd refactored packages for separation by jackphel · 12 years ago
- 5450e9a Fix [Issue#46] by Tatu Saloranta · 12 years ago
- a94ce41 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
- cab48ae minor improvement to checking of format by Tatu Saloranta · 12 years ago
- 248ab7e removed unused constructor in arrayschemafactory by jackphel · 12 years ago
- 6288e8b schema here does NOT refer to JSON Schema by jackphel · 12 years ago
- c11852f factored getSchema into SchemaFactory by jackphel · 12 years ago
- 8e8c6e3 adds new visitor wrapper, which constructs typed visitors by jackphel · 12 years ago
- 7e50672 Added javatype reference to all factories, organized imports by jackphel · 12 years ago
- 3bbe215 removed Schema knowledge from objectMapper by jackphel · 12 years ago
- 91c4467 continuous loop property filter checking into separate loops. by jackphel · 12 years ago
- e689bd8 Added type check in ObjectMapper.copy() by Tatu Saloranta · 12 years ago
- 0bdb6a4 ... by Tatu Saloranta · 12 years ago
- 7ccce01 Implement [Issue#28], add ObjectMapper.copy() by Tatu Saloranta · 12 years ago
- eb7924e Completed [Issue#40] by Tatu Saloranta · 12 years ago
- 4b3bc70 Adding more testing to [Issue#40] by Tatu Saloranta · 12 years ago
- ed98c9e jsonschema serialization and deep equals implemented. by jackphel · 12 years ago
- 15d6ea2 Implemented [Issue#25] (enums as JSON Object); started implementation of [Issue#40] (Collections as JSON Objects) by Tatu Saloranta · 12 years ago
- 8fababd working schema serialization, except for JsonSerializableSchema is ignored by jackphel · 12 years ago