Mercateo / rest-jersey-utils

Apache License 2.0
2 stars 4 forks source link

Add JSON validation for SearchQueryParameterBean #30

Closed Mortinke closed 5 years ago

Mortinke commented 5 years ago

to avoid Exceptions like org.springframework.dao.InvalidDataAccessApiUsageException: max-results cannot be negative, we can add a validation for limit and offset

Mortinke commented 5 years ago

With #31 we have now the following behavior: