You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Request parameter annotated with @ParameterObject will help adding each field of the parameter as a separate request parameter.
636
636
* This is compatible with Spring MVC request parameters mapping to POJO object.
637
637
* This annotation does not support nested parameter objects.
638
+
* POJO object must contain getters for fields with mandatory prefix `get`. Otherwise, the swagger documentation will not show the fields of the annotated entity.
638
639
639
640
=== How to Integrate Open API 3 with Spring project (not Spring Boot)?
640
641
When your application is using spring without (spring-boot), you need to add beans and auto-configuration that are natively provided in spring-boot.
0 commit comments