openapi
Here are 295 public repositories matching this topic...
-
Updated
Jul 21, 2022 - Java
springfox-swagger2: 3.0.0-SNAPSHOT
springfox-swagger-ui: 3.0.0-SNAPSHOT
springfox-spring-webflux: 3.0.0-SNAPSHOT
We are using directModelSubstitute for MonetaryAmount to avoid showing all the properties of the class in swagger. Instead of that we created our own MonetaryAmountWrapper which have only two fields viz., amount and currency with some default example values for both. Now, the
-
Updated
Jul 22, 2022 - Java
-
Updated
Jul 22, 2022 - Java
-
Updated
Jun 24, 2022 - Java
-
Updated
Jul 19, 2022 - Java
-
Updated
Jul 21, 2022 - Java
-
Updated
Jun 17, 2022 - Java
-
Updated
Mar 22, 2022 - Java
-
Updated
Jul 19, 2022 - Java
-
Updated
Jun 17, 2022 - Java
-
Updated
Jul 1, 2022 - Java
-
Updated
Jul 20, 2022 - Java
-
Updated
Dec 9, 2021 - Java
-
Updated
Jul 17, 2022 - Java
-
Updated
Sep 17, 2019 - Java
-
Updated
Jul 22, 2022 - Java
-
Updated
Jul 9, 2021 - Java
-
Updated
Jul 22, 2022 - Java
The static constant DEFAULT_ANNOTATION_RESPONSE_CODE in DefaultOperationApiResponsesFromMethodCustomizer should be provided by a "supplier" bean.
This way, it can be customized by library owners if they want to use a different "default" value in annotations.
-
Updated
Jul 20, 2022 - Java
-
Updated
Feb 23, 2021 - Java
-
Updated
May 30, 2022 - Java
Improve this page
Add a description, image, and links to the openapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openapi topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Usually I totally against codegen options which modifies one line of code, but this one looks really handy.
Describe the solution you'd like
Add declareStrictTypes switch option to
AbstractPhpCodegenclass, then: