belgif / rest-problem-java

Java library for RFC 9457 Problems with support for standard problem types of the Belgif REST guide (https://www.belgif.be/specification/rest/api-guide/#error-handling)
https://belgif.github.io/rest-problem-java/
Apache License 2.0
3 stars 0 forks source link

Allow use of inputs[] and in/name/value when unmarshalling JSON #51

Closed jpraet closed 3 months ago

jpraet commented 3 months ago

While in the java API we want to prevent the instantiation of an InputValidationIssue that combines inputs[] with in/name/value, we do not want to fail on this when unmarshalling a JSON problem.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud