jackson-module-kogera
jackson-module-kogera copied to clipboard
JsonSerialize annotation may not work for properties of value class in some cases
- If the unboxed value is
null
(thevalue
of thevalue class
isnullable
and the property isnon-null
).- It is difficult to resolve this case, see https://github.com/FasterXML/jackson-databind/issues/3744