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