Replies: 4 comments 2 replies
-
|
For Issue i, there might be an issue/bug in tools.jackson.databind.deser.bean.PropertyValueBuffer.handleIdValue where an _idValue == null might be OK if the |
Beta Was this translation helpful? Give feedback.
-
|
For Issue ii, an elegant solution might be a new hint that allow the serializer to be further configured either with a mixin or a buildercustomizer (in my case it would mixin jsonidentityinfo generator none). |
Beta Was this translation helpful? Give feedback.
-
|
If this is conversation, let's make it Discussion. |
Beta Was this translation helpful? Give feedback.
-
|
I am not sure these mix-in changes are feasible: annotations do not know about mix-ins nor can (nor, I think, should) refer to mix-in definitions. Mix-ins are overrides sort of outside (or above) annotation handling. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I'm facing issues when I want to ignore
@JsonIdentityInfofor some specific reasonDescribe the solution you'd like
Though my current use cases can be very specific to JsonIdentityInfo, I'd think it can be more flexible and allow to customize the serializer / deserializer used for a specific rest method (HttpMessageConverter).
Can it be discussed here? I'd happily talk about it and hear back from Jackson experts before submitting some PushRequest. Alternatively I could take the discussion to the Spring Rest Controller section as it lays between the two framework. @cowtowncoder your valuable inputs would be welcome.
Usage example
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions