• Home
  • Raw
  • Download

Lines Matching refs:Add

19 #174: Add `@JsonIncludeProperties`
29 #138: Add basic Java 9+ module info
30 #141: Add `JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES`
32 #159: Add `JsonFormat.Shape.BINARY`
36 #123: Add Automatic-Module-Name (`com.fasterxml.jackson.annotation`) for JDK9 interoperability
40 #103: Add `JsonInclude.Include.CUSTOM`, properties for specifying filter(s) to use
41 #104: Add `JsonSetter.nulls`, `JsonSetter.contentNulls` for configurable null handling
42 #105: Add `JsonFormat.lenient` to allow configuring lenience of date/time deserializers
44 #109: Add `enabled` for `@JsonAnyGetter`, `@JsonAnySetter`, to allow disabling via mix-ins
45 #113: Add `@JsonMerge` to support (deep) merging of properties
46 #116: Add `@JsonAlias` annotation to allow specifying alternate names for a property
47 #120: Add new properties for `@JacksonInject`
53 #65: Add new choice for `JsonFormat.Shape`, `NATURAL`
55 #83: Add `@JsonEnumDefaultValue` for indicating default enum choice if no real match found
57 #87: Add `@JsonIgnoreProperties.Value` to support merging of settings
58 #89: Add `JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES`
59 #95: Add `JsonFormat.Feature#ADJUST_DATES_TO_CONTEXT_TIME_ZONE`
64 #73: Add `@JsonClassDescription`
66 #77: Add a new `ObjectIdGenerator`, `StringIdGenerator`, to allow arbitrary
73 #43: Add `@JsonFormat(with=Feature.xxx)` to support things like
76 #58: Add new properties for `@JsonIgnoreProperties`, "allowGetters", "allowSetters"
77 #60: Add new value type, `OptBoolean`, for "optional booleans", to support proper handling
79 #61: Add new property, `@JsonProperty.access` (and matching enum) to support read-only/write-only p…
80 #64: Add `@Documented` for `@JsonPropertyDescription`
82 - Add `JsonInclude.Include.NON_ABSENT` value, for excluding "absent" Optional values.
83 - Add tag interface `JacksonAnnotationValue` for helper types used for encapsulating information
88 #47: Add `@JsonCreator.mode` property to explicitly choose between delegating-
91 #49: Add `@JsonTypeInfo.skipWritingDefault`
92 #50: Add `ObjectIdGenerator.maySerializeAsObject()`,
103 #32: Add `@JsonProperty.index`
104 - Add `JsonFormat.Value#timeZoneAsString` (needed by Joda module)
105 - Add `@JsonRootName.namespace` to allow specifying of namespace with
111 #13: Add `@JsonPropertyDescription`
115 (note: although #15 -- Add `JsonTypeInfo.As.EXISTING` property to support new
134 * [Issue#4]: Add '@JsonIdentityReference', to support use case where values of
172 * [JACKSON-107]: Add support for Object Identity (to handled cycles, shared refs),
174 * [JACKSON-714] Add general-purpose '@JsonFormat' annotation
175 * [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
176 * [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation