public class Swagger20Parser extends Object implements SwaggerParserExtension
| Constructor and Description |
|---|
Swagger20Parser() |
| Modifier and Type | Method and Description |
|---|---|
Swagger |
parse(String data) |
Swagger |
read(com.fasterxml.jackson.databind.JsonNode node) |
Swagger |
read(String location,
List<io.swagger.models.auth.AuthorizationValue> auths) |
SwaggerDeserializationResult |
readWithInfo(com.fasterxml.jackson.databind.JsonNode node) |
SwaggerDeserializationResult |
readWithInfo(String location,
List<io.swagger.models.auth.AuthorizationValue> auths) |
public SwaggerDeserializationResult readWithInfo(com.fasterxml.jackson.databind.JsonNode node)
readWithInfo in interface SwaggerParserExtensionpublic SwaggerDeserializationResult readWithInfo(String location, List<io.swagger.models.auth.AuthorizationValue> auths)
readWithInfo in interface SwaggerParserExtensionpublic Swagger read(String location, List<io.swagger.models.auth.AuthorizationValue> auths) throws IOException
read in interface SwaggerParserExtensionIOExceptionpublic Swagger parse(String data) throws IOException
IOExceptionpublic Swagger read(com.fasterxml.jackson.databind.JsonNode node) throws IOException
read in interface SwaggerParserExtensionIOExceptionCopyright © 2016. All Rights Reserved.