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