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