public class SwaggerParser extends Object
| Constructor and Description |
|---|
SwaggerParser() |
| Modifier and Type | Method and Description |
|---|---|
List<SwaggerParserExtension> |
getExtensions() |
com.wordnik.swagger.models.Swagger |
read(com.fasterxml.jackson.databind.JsonNode node) |
com.wordnik.swagger.models.Swagger |
read(String location) |
com.wordnik.swagger.models.Swagger |
read(String location,
List<com.wordnik.swagger.models.auth.AuthorizationValue> auths) |
public com.wordnik.swagger.models.Swagger read(String location)
public com.wordnik.swagger.models.Swagger read(String location, List<com.wordnik.swagger.models.auth.AuthorizationValue> auths)
public com.wordnik.swagger.models.Swagger read(com.fasterxml.jackson.databind.JsonNode node)
public List<SwaggerParserExtension> getExtensions()
Copyright © 2015. All Rights Reserved.