jsonb-api
jsonb-api copied to clipboard
JsonbAdapter Javadocs should clarify handling of null
The Javadocs of JsonbAdapter should clarify whether...
- ...it is allowed to pass
nullas a parmeter (so the implementor knows whether this case is to be handled) - ...it is allowed to return
nullas a return value (so the implementor knows whether implementing this is legal)