public interface SwaggerParserExtension
| Modifier and Type | Method and Description |
|---|---|
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) |
SwaggerDeserializationResult readWithInfo(com.fasterxml.jackson.databind.JsonNode node)
SwaggerDeserializationResult readWithInfo(String location, List<io.swagger.models.auth.AuthorizationValue> auths)
io.swagger.models.Swagger read(String location, List<io.swagger.models.auth.AuthorizationValue> auths) throws IOException
IOExceptionio.swagger.models.Swagger read(com.fasterxml.jackson.databind.JsonNode node)
throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.