jackson-module-kogera icon indicating copy to clipboard operation
jackson-module-kogera copied to clipboard

JsonSerialize annotation may not work for properties of value class in some cases

Open k163377 opened this issue 2 years ago • 0 comments

  • If the unboxed value is null (the value of the value class is nullable and the property is non-null).
    • It is difficult to resolve this case, see https://github.com/FasterXML/jackson-databind/issues/3744

k163377 avatar Jan 15 '23 12:01 k163377