- 4e78c6b Add `@JsonProperty.defaultValue()`, related to [databind#596] by Cowtowncoder · 10 years ago
- 17a1e4a Change the way to disable @JsonCreator by Tatu Saloranta · 10 years ago
- 333ff3d Add `@JsonCreator.enabled` by Tatu Saloranta · 10 years ago
- 37bb947 Comment out @JsonTypeInfo.skipWritingDefault since it won't be supported in 2.5 yet by Tatu Saloranta · 10 years ago
- 7a40947 Fix wrt [databind#490], as pointed out by pascal g by Cowtowncoder · 10 years ago
- 576a0b3 javadoc fix by Tatu Saloranta · 10 years ago
- 469b474 Implement #50 by Tatu Saloranta · 10 years ago
- 67fe25b Implement #50 by Tatu Saloranta · 10 years ago
- 06763b7 javadoc improvement by Cowtowncoder · 10 years ago
- 6128d18 Revert an earlier change wrt JsonTypeInfo.defaultImpl default value: turns out `Void` was not being accepted; by Tatu Saloranta · 10 years ago
- db27210 (forgot to add @since indication wrt #49) by Tatu Saloranta · 10 years ago
- ede5f8d Implement #49 by Tatu Saloranta · 10 years ago
- 3cb2356 Fix #48 by Cowtowncoder · 10 years ago
- 923e07b Slight improvement to handling null values by Cowtowncoder · 10 years ago
- 7d11014 Implement #47 by Tatu Saloranta · 10 years ago
- 83b0a64 javadoc clarification wrt [JACKSON-920] by Cowtowncoder · 10 years ago
- 73ca3ab Fixed typo in JavaDoc by Adam Koch · 10 years ago
- 3e08b40 Add `@JsonInclude.content` to allow defining inclusion criteria for Map entries, not just main Map value by Tatu Saloranta · 10 years ago
- 5ca7fbb Update notes on JsonTypeInfo.As.EXISTING_PROPERTY to reflect support that was just added by Tatu Saloranta · 10 years ago
- b6a9f12 Add a note mentioning that EXISTING_PROPERTY still not/yet support in 2.5 by Cowtowncoder · 10 years ago
- 8541ebc update docs after FasterXML/jackson-databind@5087367a0 by Ben Fagin · 10 years ago
- 5658a68 Deprecate JsonTypeInfo.None; should be possible to remove in 2.5; replaced by using `java.lang.Void.class` instead by Tatu Saloranta · 10 years ago
- e03da33 Revert addition of #33; need to revisit for 2.5, but can't be implemented in time for 2.4 by Tatu Saloranta · 10 years ago
- df34a31 Implement #33, add `@JsonRootName.alwaysWrap` by Tatu Saloranta · 11 years ago
- de9f0e7 Add a note regarding when @JsonPropertyDescription was added (2.3) by Tatu · 11 years ago
- d9f31b7 Implement #32 by Tatu Saloranta · 11 years ago
- 304f57b Minor javadoc improvement for @JsonTypeInfo by Tatu · 11 years ago
- a25cc3d Minor fixes to JsonFormat.Value accessors by Tatu Saloranta · 11 years ago
- b61db14 Add @JsonFormat.Value#timeZoneAsString() by Tatu Saloranta · 11 years ago
- d7e541c Implement #31 by Tatu Saloranta · 11 years ago
- f3cbf27 API for custom Object Identifier resolution. by Pascal Gélinas · 11 years ago
- 18c5e26 Implement #20, allow @JsonFilter for properties by Tatu Saloranta · 11 years ago
- b7db360 ... by Tatu Saloranta · 11 years ago
- fa1fd92 Merge pull request #13 from Net-A-Porter/master by Tatu Saloranta · 11 years ago
- 9434c1d Clarify comments on JsonTypeInfo.As.EXISTING_PROPERTY a bit. by Tatu Saloranta · 11 years ago
- a431ceb Revert "Revert #15, since it may not actually be needed" by Tatu Saloranta · 11 years ago
- 6d39751 Revert #15, since it may not actually be needed by Tatu Saloranta · 11 years ago
- 723a55c Implement #15 by Tatu Saloranta · 11 years ago
- 49bbe8a Annotation for defining a human readable description for each property. To be used for JSON Schema generation. by Ian Forsey · 11 years ago
- 4987031 Resolved problems wrt LICENSE, Android packaging by Tatu Saloranta · 12 years ago
- c168c8d Merge branch 'master' of https://github.com/FasterXML/jackson-annotations by Tatu Saloranta · 12 years ago
- 8863a27 add LICENSE file by Tatu Saloranta · 12 years ago
- b9aee7b fix an eclipse warning by Tatu Saloranta · 12 years ago
- 4c7fbf3 javadoc improvements by Tatu Saloranta · 12 years ago
- 42b669e Merge branch 'master' of https://github.com/FasterXML/jackson-annotations by Tatu Saloranta · 12 years ago
- 6cf2284 make ObjectIdGenerator(s) serializable by Tatu Saloranta · 12 years ago
- 05a421d Fix javadocs by Tatu Saloranta · 12 years ago
- 96b1400 ... by Tatu Saloranta · 12 years ago
- d7f1af3 minor javadoc fix by Tatu Saloranta · 12 years ago
- 7a7d8c9 minor cleanup by Tatu Saloranta · 12 years ago
- 99844fa Improve javadocs to indicate that `@JsonProperty` value of "" is invalid for Creators. by Tatu Saloranta · 12 years ago
- ccbc086 Implemented [Issue#4], add `@JsonIdentityReference` annotation by Tatu Saloranta · 12 years ago
- 2dd74e9 Improve javadocs wrt currently supported @JsonFormat#shape values. by Tatu Saloranta · 12 years ago
- c1674bb Add property to @JsonIdentityInfo by Tatu Saloranta · 12 years ago
- 489b7d9 ... by Tatu Saloranta · 12 years ago
- 8b42a2f Improve handling of JsonFormat.value a bit, to make it easier to manipulate by Tatu Saloranta · 12 years ago
- bb81706 Minor change: allow @JsonFormat on classes too by Tatu Saloranta · 12 years ago
- 8fcdda0 Fix package info javadocs by Tatu Saloranta · 12 years ago
- 6bc9801 fixed javadoc building problems by Tatu Saloranta · 13 years ago
- a1592d1 minor javadoc cleanup by Tatu Saloranta · 13 years ago
- 39a4a28 Further updates to @JsonFormat annotations: add 'locale' and 'timezone' properties by Tatu Saloranta · 13 years ago
- 64c14d5 Add @JsonFormat details by Tatu Saloranta · 13 years ago
- f7b0a16 Work on [JACKSON-714], add @JsonFormat annotation by Tatu Saloranta · 13 years ago
- 7575be3 ... by Tatu Saloranta · 13 years ago
- 4f50a1b Add @JsonProperty.required for future extension by Tatu Saloranta · 13 years ago
- 2142662 minor mod to ObjectIdGenerator, allow passing of context by Tatu Saloranta · 13 years ago
- 030d8c6 Add ObjectIdsGenerator.None to allow disablng of ObjectId inclusion by Tatu Saloranta · 13 years ago
- 5c5dd56 Last mods for ObjectId generation? by Tatu Saloranta · 13 years ago
- d15ca50 One more fix for ObjectIdGenerator by Tatu · 13 years ago
- 35a2ace ... by Tatu · 13 years ago
- eb52f06 ... by Tatu · 13 years ago
- af6a98a ... by Tatu · 13 years ago
- 9aa54e0 Bit more work on ObjectIdGenerator definition by Tatu · 13 years ago
- 17eb41f Further improvements to Object Id annotations, types by Tatu Saloranta · 13 years ago
- 36ddcea Add @JsonObjectId annotation by Tatu Saloranta · 13 years ago
- 9566519 Add JsonTypeId, needed for proper handling of type ids during deserialization by Tatu · 13 years ago
- 28c0f60 javadoc cleanup, now builds cleanly. by Tatu Saloranta · 13 years ago
- ec522db ... by Tatu · 13 years ago
- 1dbeb48 Make all annotations applicable for annotations; needed for annotation bundling by Tatu Saloranta · 13 years ago
- 8a1d7f9 One minor improvement: mark bundle annotation with @JacksonAnnotation by Tatu Saloranta · 13 years ago
- e05f96a Add @JsonInclude, for [JACKSON-752] by Tatu Saloranta · 13 years ago
- b91693b Add properties for @JsonUnwrapped by Tatu Saloranta · 13 years ago
- 293b933 ... by Tatu Saloranta · 13 years ago
- cf49a9f Javadoc improvement by Tatu Saloranta · 13 years ago
- 81d42ea Minor clean up; un-deprecating @JsonGetter by Tatu Saloranta · 13 years ago
- 3368094 Add PropertyAccessor; the replacement for 1.x "JsonMethod" enumeration by Tatu Saloranta · 13 years ago
- cd68486 Move a few annotations from databind to here; ones that have no external dependencies by Tatu Saloranta · 13 years ago
- 889181b First seemingly working version by Tatu Saloranta · 13 years ago