AtomicReference
serializer does not support @JsonSerialize(contentConverter=...)
#4337
Labels
2.17
Issues planned at earliest for 2.17
Describe your Issue
(note: root cause for FasterXML/jackson-modules-java8#294)
Looks like
contentConverter
property of@JsonSerialize
annotation is not supported forAtomicReference
: and since functionality comes fromReferenceTypeSerializer
like also other "reference" types (JDK8 and GuavaOptional
s).The text was updated successfully, but these errors were encountered: