Class OpenApiDocumentReader
java.lang.Object
io.helidon.openapi.v30.OpenApiDocumentReader
Internal reader from structured JSON into the version-neutral OpenAPI document model.
-
Method Summary
Modifier and TypeMethodDescriptionstatic OpenApiDocumentread(JsonObject source) Read a document.
-
Method Details
-
read
Read a document.- Parameters:
source- source JSON object- Returns:
- document model
-