| Constructor and Description |
|---|
ApiParserImpl(com.wordnik.swagger.model.ApiInfo apiInfo,
List<String> baseControllerPackage,
String basePath,
String servletPath,
String apiVersion,
List<String> ignorableAnnotations,
boolean ignoreUnusedPathVariables,
List<Filter> filters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,com.wordnik.swagger.model.ApiListing> |
createApiListings() |
com.wordnik.swagger.model.ResourceListing |
getResourceListing(Map<String,com.wordnik.swagger.model.ApiListing> apiListingMap) |
public com.wordnik.swagger.model.ResourceListing getResourceListing(Map<String,com.wordnik.swagger.model.ApiListing> apiListingMap)
getResourceListing in interface ApiParserapiListingMap - Map - A map of different API declarations for which you want to
create a resource listing.public Map<String,com.wordnik.swagger.model.ApiListing> createApiListings()
createApiListings in interface ApiParserCopyright © 2014. All rights reserved.