| Package | Description |
|---|---|
| io.swagger.models.reader | |
| io.swagger.parser |
| Modifier and Type | Method and Description |
|---|---|
ApiDeclaration |
ApiDeclarationParser.read(String json,
MessageBuilder messages) |
| Modifier and Type | Method and Description |
|---|---|
ApiDeclaration |
SwaggerLegacyParser.read(String url,
String resourcePath) |
ApiDeclaration |
SwaggerLegacyParser.read(String url,
String resourcePath,
Authentication authentication) |
ApiDeclaration |
SwaggerCompatConverter.readDeclaration(String input,
MessageBuilder messages,
List<io.swagger.models.auth.AuthorizationValue> auths) |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.models.Operation |
SwaggerCompatConverter.convertOperation(String tag,
Operation operation,
ApiDeclaration apiDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.models.Swagger |
SwaggerCompatConverter.convert(ResourceListing resourceListing,
List<ApiDeclaration> apiDeclarations) |
Copyright © 2015. All Rights Reserved.