All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.openapiprocessor.jsonschema.reader.README.adoc Maven / Gradle / Ivy

There is a newer version: 2024.4
Show newest version
:openapi: https://www.openapis.org/

this package contains two simple `Reader` implementations:

* `UriReader`: read link:{openapi}[OpenAPI] descriptions from an URI. Based on `java.net.URL`. No security at the moment.
* `StringReader`: read an link:{openapi}[OpenAPI] description from a string. Used in the test code.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy