|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceListing | |
---|---|
com.smartbear.swagger4j | Swagger4j core interfaces and utilities |
com.smartbear.swagger4j.impl | Default implementations of core Swagger4j Interfaces |
Uses of ResourceListing in com.smartbear.swagger4j |
---|
Methods in com.smartbear.swagger4j that return ResourceListing | |
---|---|
ResourceListing |
SwaggerFactory.createResourceListing(String basePath)
Creates an empty ResourceListing with the specified basePath to use for resolving contained API declaration references |
static ResourceListing |
Swagger.createResourceListing(String basePath)
Creates an empty ResourceListing with the specified basePath - uses the standard SwaggerFactory |
ResourceListing |
SwaggerReader.readResourceListing(SwaggerSource source)
Reads a Resource Listing and all contained API Declarations from the specified SwaggerSource |
ResourceListing |
SwaggerReader.readResourceListing(URI uri)
Reads a Resource Listing and all contained API Declarations from the specified URI. |
static ResourceListing |
Swagger.readSwagger(URI uri)
Reads a Swagger definition from the specified URI, uses the default SwaggerReader implementation |
Methods in com.smartbear.swagger4j with parameters of type ResourceListing | |
---|---|
void |
SwaggerWriter.writeResourceListing(ResourceListing listing,
Writer writer)
Writes the specified ResourceListing to the specified Writer in the configured format |
static void |
Swagger.writeSwagger(ResourceListing resourceListing,
String path)
Writes the specified Swagger ResourceListing to the specified local path in json format. |
static void |
Swagger.writeSwagger(ResourceListing resourceListing,
String path,
Constants.Format format)
Writes the specified Swagger ResourceListing to the specified local path in either json or xml format. |
static String |
FileSwaggerStore.writeSwagger(String path,
ResourceListing resourceListing,
Constants.Format format)
|
void |
SwaggerWriter.writeSwagger(SwaggerStore store,
ResourceListing resourceListing)
Writes an entire Swagger definition (both ResourceListing and referred ApiDeclarations) to a generic SwaggerStore |
Uses of ResourceListing in com.smartbear.swagger4j.impl |
---|
Classes in com.smartbear.swagger4j.impl that implement ResourceListing | |
---|---|
class |
ResourceListingImpl
Default implementation of the ResourceListing interface |
Methods in com.smartbear.swagger4j.impl that return ResourceListing | |
---|---|
ResourceListing |
SwaggerFactoryImpl.createResourceListing(String basePath)
|
ResourceListing |
SwaggerReaderImpl.readResourceListing(SwaggerSource source)
|
ResourceListing |
SwaggerReaderImpl.readResourceListing(URI uri)
|
Methods in com.smartbear.swagger4j.impl with parameters of type ResourceListing | |
---|---|
void |
SwaggerWriterImpl.writeResourceListing(ResourceListing listing,
Writer writer)
|
void |
SwaggerWriterImpl.writeSwagger(SwaggerStore store,
ResourceListing resourceListing)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |