Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AtomicReference serializer does not support @JsonSerialize(contentConverter=...) #4337

Closed
cowtowncoder opened this issue Jan 24, 2024 · 0 comments
Labels
2.17 Issues planned at earliest for 2.17

Comments

@cowtowncoder
Copy link
Member

cowtowncoder commented Jan 24, 2024

Describe your Issue

(note: root cause for FasterXML/jackson-modules-java8#294)

Looks like contentConverter property of @JsonSerialize annotation is not supported for AtomicReference: and since functionality comes from ReferenceTypeSerializer like also other "reference" types (JDK8 and Guava Optionals).

@cowtowncoder cowtowncoder added to-evaluate Issue that has been received but not yet evaluated 2.17 Issues planned at earliest for 2.17 and removed to-evaluate Issue that has been received but not yet evaluated labels Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.17 Issues planned at earliest for 2.17
Projects
None yet
Development

No branches or pull requests

1 participant