Uses of Interface
com.smartbear.swagger4j.SwaggerStore

Packages that use SwaggerStore
com.smartbear.swagger4j Swagger4j core interfaces and utilities 
com.smartbear.swagger4j.impl Default implementations of core Swagger4j Interfaces 
 

Uses of SwaggerStore in com.smartbear.swagger4j
 

Classes in com.smartbear.swagger4j that implement SwaggerStore
 class FileSwaggerStore
          Simple file-based implementation of the SwaggerStore interface - for writing Swagger definitions to the local file system
 

Methods in com.smartbear.swagger4j with parameters of type SwaggerStore
 void SwaggerWriter.writeSwagger(SwaggerStore store, ResourceListing resourceListing)
          Writes an entire Swagger definition (both ResourceListing and referred ApiDeclarations) to a generic SwaggerStore
 

Uses of SwaggerStore in com.smartbear.swagger4j.impl
 

Classes in com.smartbear.swagger4j.impl that implement SwaggerStore
static class Utils.ConsoleSwaggerStore
          SwaggerStore implementation that writes Swagger definitions to the Console; for debugging
static class Utils.MapSwaggerStore
          SwaggerStore implementation that writes Swagger definitions to a map of fileName to StringWriter
 

Methods in com.smartbear.swagger4j.impl with parameters of type SwaggerStore
 void SwaggerWriterImpl.writeSwagger(SwaggerStore store, ResourceListing resourceListing)
           
 



Copyright © 2013. All Rights Reserved.