Uses of Interface
com.smartbear.swagger4j.SwaggerSource

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

Uses of SwaggerSource in com.smartbear.swagger4j
 

Classes in com.smartbear.swagger4j that implement SwaggerSource
 class URISwaggerSource
          SwaggerSource for reading Swagger definitions from a base URI.
 

Methods in com.smartbear.swagger4j with parameters of type SwaggerSource
 ResourceListing SwaggerReader.readResourceListing(SwaggerSource source)
          Reads a Resource Listing and all contained API Declarations from the specified SwaggerSource
 

Uses of SwaggerSource in com.smartbear.swagger4j.impl
 

Methods in com.smartbear.swagger4j.impl with parameters of type SwaggerSource
 ResourceListing SwaggerReaderImpl.readResourceListing(SwaggerSource source)
           
 



Copyright © 2013. All Rights Reserved.