|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApiDeclaration | |
---|---|
com.smartbear.swagger4j | Swagger4j core interfaces and utilities |
com.smartbear.swagger4j.impl | Default implementations of core Swagger4j Interfaces |
Uses of ApiDeclaration in com.smartbear.swagger4j |
---|
Methods in com.smartbear.swagger4j that return ApiDeclaration | |
---|---|
ApiDeclaration |
SwaggerFactory.createApiDeclaration(String basePath,
String resourcePath)
Creates an empty ApiDeclaration with the specified basePath and resourcePath |
static ApiDeclaration |
Swagger.createApiDeclaration(String basePath,
String resourcePath)
Creates an empty ApiDeclaration with the specified basePath and resourcePath |
ApiDeclaration |
ResourceListing.ResourceListingApi.getDeclaration()
|
ApiDeclaration |
SwaggerReader.readApiDeclaration(URI uri)
Reads an API Declaration from the specified URI - use this is you have standalone API Declarations. |
Methods in com.smartbear.swagger4j with parameters of type ApiDeclaration | |
---|---|
ResourceListing.ResourceListingApi |
ResourceListing.addApi(ApiDeclaration apiDeclaration,
String path)
|
void |
SwaggerWriter.writeApiDeclaration(ApiDeclaration declaration,
Writer writer)
Writes the specified ApiDeclaration to the specified Writer in the configured format |
Uses of ApiDeclaration in com.smartbear.swagger4j.impl |
---|
Classes in com.smartbear.swagger4j.impl that implement ApiDeclaration | |
---|---|
class |
ApiDeclarationImpl
Default implementation of the ApiDeclaration interface |
Methods in com.smartbear.swagger4j.impl that return ApiDeclaration | |
---|---|
ApiDeclaration |
SwaggerFactoryImpl.createApiDeclaration(String basePath,
String resourcePath)
|
ApiDeclaration |
ResourceListingImpl.ResourceListingApiImpl.getDeclaration()
|
ApiDeclaration |
SwaggerReaderImpl.readApiDeclaration(Reader reader,
Constants.Format format)
|
ApiDeclaration |
SwaggerReaderImpl.readApiDeclaration(URI uri)
|
Methods in com.smartbear.swagger4j.impl with parameters of type ApiDeclaration | |
---|---|
ResourceListing.ResourceListingApi |
ResourceListingImpl.addApi(ApiDeclaration apiDeclaration,
String path)
|
void |
SwaggerWriterImpl.writeApiDeclaration(ApiDeclaration declaration,
Writer writer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |