Uses of Interface
com.smartbear.swagger4j.Api

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

Uses of Api in com.smartbear.swagger4j
 

Methods in com.smartbear.swagger4j that return Api
 Api ApiDeclaration.addApi(String path)
          Adds a new API to this ApiDeclaration with the specified path
 Api ApiDeclaration.getApi(String path)
          Gets the API at the specified path
 

Methods in com.smartbear.swagger4j that return types with arguments of type Api
 List<Api> ApiDeclaration.getApis()
          Gets a list of APIs for this ApiDeclarations
 

Methods in com.smartbear.swagger4j with parameters of type Api
 void ApiDeclaration.removeApi(Api api)
          Removes the specified Api from this ApiDeclaration
 

Uses of Api in com.smartbear.swagger4j.impl
 

Classes in com.smartbear.swagger4j.impl that implement Api
 class ApiImpl
          Default implementation of the Api interface
 

Methods in com.smartbear.swagger4j.impl that return Api
 Api ApiDeclarationImpl.addApi(String path)
           
 Api ApiDeclarationImpl.getApi(String path)
           
 

Methods in com.smartbear.swagger4j.impl that return types with arguments of type Api
 List<Api> ApiDeclarationImpl.getApis()
           
 

Methods in com.smartbear.swagger4j.impl with parameters of type Api
 void ApiDeclarationImpl.removeApi(Api api)
           
 



Copyright © 2013. All Rights Reserved.