FasterXML / FasterXML/jackson-databind
Support `@JsonIdentityInfo` for Map-valued properties
Open
objectid
- Dominant language
- Java
- Stars
- 3.7k
- Forks
- 1.5k
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 28
Description
Per https://github.com/FasterXML/jackson-databind/issues/1479#issuecomment-384053027
This issue is to request that `@JsonIdentityInfo` annotations work for Maps, when used to annotate a FIELD that is a `Map`
When serializing an annotated map, generate an ID for it. When deserializing a map with the annotation, first check for a reference to an existing Map.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.