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

Option to throw an exception on unknown relationships #266

Open vinceh121 opened 9 months ago

vinceh121 commented 9 months ago

While ALLOW_UNKNOWN_INCLUSIONS will throw on unknown types, it will not throw on undeclared relationships whose type is known. The ALLOW_UNKNOWN_RELATIONSHIPS feature allows such a check.