jsonb-api icon indicating copy to clipboard operation
jsonb-api copied to clipboard

JsonbAdapter Javadocs should clarify handling of null

Open mkarg opened this issue 4 years ago • 0 comments

The Javadocs of JsonbAdapter should clarify whether...

  • ...it is allowed to pass null as a parmeter (so the implementor knows whether this case is to be handled)
  • ...it is allowed to return null as a return value (so the implementor knows whether implementing this is legal)

mkarg avatar Jun 15 '21 08:06 mkarg