openapi
Here are 295 public repositories matching this topic...
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
-
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
A fast, lightweight and more productive microservices framework
-
Updated
Jul 22, 2022 - Java
Library for OpenAPI 3 with spring-boot
-
Updated
Jul 22, 2022 - Java
CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance.
-
Updated
Jun 24, 2022 - Java
Swagger Spec to Java POJOs
-
Updated
Jul 19, 2022 - Java
Utility for comparing two OpenAPI specifications.
-
Updated
Jul 21, 2022 - Java
Debugging gRPC application with swagger-ui.
-
Updated
Jun 17, 2022 - Java
REST version of the Spring Petclinic sample application
-
Updated
Mar 22, 2022 - Java
Lean, mean, and incredibly fast JVM framework for web and microservice development.
-
Updated
Jul 19, 2022 - Java
A model-based test case generator
-
Updated
Jun 17, 2022 - Java
Parse OpenAPI documents into Burp Suite for automating OpenAPI-based APIs security assessments (approved by PortSwigger for inclusion in their official BApp Store).
-
Updated
Jul 1, 2022 - Java
A customizable style validator to make sure your OpenAPI spec follows your organization's standards.
-
Updated
Jul 20, 2022 - Java
High-performance Parser, Validator, and Java Object Model for OpenAPI 3.x
-
Updated
Dec 9, 2021 - Java
A RESTful framework built on top of light-4j with both Swagger 2.0 and OpenAPI 3.0 supports
-
Updated
Jul 17, 2022 - Java
Eclipse Editor for the Swagger-OpenAPI Description Language
-
Updated
Sep 17, 2019 - Java
Build functional, maintainable, beautiful User Guides with markdown and Znai plugins. Instant pages navigation. Local search. Multiple integrations to work with Python, Java, C++, OpenAPI, etc. Transform "getting started" sections into slideshow for your workshops. Manage multiple documentations with self-deployed znai hub.
-
Updated
Jul 22, 2022 - Java
OpenAPI 3 parser, JSON schema and request validator.
-
Updated
Jul 9, 2021 - Java
SmallRye implementation of Eclipse MicroProfile OpenAPI
-
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.
Maven plugin to activate the Swagger Core library to generate OpenAPI documentation.
-
Updated
Jul 20, 2022 - Java
Swagger documentation for Java EE projects
-
Updated
Feb 23, 2021 - Java
Library for Mastercard API compliant payload encryption/decryption.
-
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: