A damn simple library for building production-ready RESTful web services.
java
rest
jax-rs
jdbi
dropwizard
web-framework
hibernate
jetty
jersey2
restful-webservices
jersey-framework
-
Updated
Mar 11, 2021 - Java
Hi, could you please provide some kind of mechanism how to say guardrail to follow openApi specification when generating code from swagger? Specifically I am talking about query parameters with array type (but there could be more differences), which are handled as multi (userId=1,userId=2) insted of default comma separated values (userIds=1,2). According to specification if there is no