public interface ApiSpecification extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
dump(String newBaseUri) |
List<String> |
getAllReferences() |
ApiVendor |
getApiVendor() |
String |
getBaseUri() |
Map<String,Parameter> |
getBaseUriParameters() |
Map<String,Object> |
getCompiledSchemas() |
Map<String,String> |
getConsolidatedSchemas() |
String |
getLocation() |
Resource |
getResource(String path) |
Map<String,Resource> |
getResources() |
List<Map<String,String>> |
getSchemas() |
List<Map<String,SecurityScheme>> |
getSecuritySchemes() |
List<Map<String,Template>> |
getTraits() |
ApiType |
getType() |
String |
getUri() |
String |
getVersion() |
Copyright © 2024. All rights reserved.