public class OpenApiParser extends Object
| Constructor and Description |
|---|
OpenApiParser(com.fasterxml.jackson.databind.JsonNode tree)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenAPIImpl |
parse(InputStream stream,
OpenApiSerializer.Format format)
Parses the resource found at the given stream.
|
static OpenAPIImpl |
parse(URL url)
Parses the resource found at the given URL.
|
public OpenApiParser(com.fasterxml.jackson.databind.JsonNode tree)
tree - public static final OpenAPIImpl parse(URL url) throws IOException, ParseException
OpenAPI.url - IOExceptionParseExceptionpublic static final OpenAPIImpl parse(InputStream stream, OpenApiSerializer.Format format) throws IOException
stream - format - IOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.