jasminb / jsonapi-converter

JSONAPI-Converter is a Java/Android library that provides support for working with JSONAPI spec
Apache License 2.0
272 stars 81 forks source link

Fix NullPointerException for 'type' attribute #235

Closed ddbullfrog closed 3 years ago

ddbullfrog commented 4 years ago

Apply NotNull check for type field, same as what already done for the id field.