Uses of Package
com.smartbear.swagger4j

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

Classes in com.smartbear.swagger4j used by com.smartbear.swagger4j
Api
          Holds a Swagger API defined in an API Declaration - see https://github.com/wordnik/swagger-core/wiki/API-Declaration
ApiDeclaration
          Holds a Swagger API Declaration - see https://github.com/wordnik/swagger-core/wiki/API-Declaration
Constants.Format
          Format of swagger files, either json or xml
ErrorResponse
          Holds a Swagger Error Responses that can be defined for an API Operation - see https://github.com/wordnik/swagger-core/wiki/Errors
Operation
          Holds a Swagger operation - see https://github.com/wordnik/swagger-core/wiki/API-Declaration
Operation.Method
          These are the methods supported by Swagger 1.2 - more to come
Parameter
          Holds a Swagger parameter defined for an API Operation - see https://github.com/wordnik/swagger-core/wiki/Parameters
Parameter.ParamType
          Parameter type - see https://github.com/wordnik/swagger-core/wiki/Parameters
ResourceListing
          Holds a Swagger Resource Listing - see https://github.com/wordnik/swagger-core/wiki/Resource-Listing
ResourceListing.ResourceListingApi
          A reference to a Swagger API-Declaration contained within a Resource-Listing
SwaggerFactory
          Factory class for creating Swagger objects and related readers/writers
SwaggerReader
          Reads Swagger objects from a URI or a generic SwaggerSource
SwaggerSource
          Generic interface for abstracting the source of a swagger definition - allowing Swagger definitions to be read from a non path-based storage (databases, etc)
SwaggerStore
          Simple interface of abstracting the target location of a created Swagger definition, so Swagger objects can be written to non file-based stores (databases, etc)
SwaggerWriter
          Writes Swagger objects to writers or a generic SwaggerStore
 

Classes in com.smartbear.swagger4j used by com.smartbear.swagger4j.impl
Api
          Holds a Swagger API defined in an API Declaration - see https://github.com/wordnik/swagger-core/wiki/API-Declaration
ApiDeclaration
          Holds a Swagger API Declaration - see https://github.com/wordnik/swagger-core/wiki/API-Declaration
Constants.Format
          Format of swagger files, either json or xml
ErrorResponse
          Holds a Swagger Error Responses that can be defined for an API Operation - see https://github.com/wordnik/swagger-core/wiki/Errors
Operation
          Holds a Swagger operation - see https://github.com/wordnik/swagger-core/wiki/API-Declaration
Operation.Method
          These are the methods supported by Swagger 1.2 - more to come
Parameter
          Holds a Swagger parameter defined for an API Operation - see https://github.com/wordnik/swagger-core/wiki/Parameters
Parameter.ParamType
          Parameter type - see https://github.com/wordnik/swagger-core/wiki/Parameters
ResourceListing
          Holds a Swagger Resource Listing - see https://github.com/wordnik/swagger-core/wiki/Resource-Listing
ResourceListing.ResourceListingApi
          A reference to a Swagger API-Declaration contained within a Resource-Listing
SwaggerFactory
          Factory class for creating Swagger objects and related readers/writers
SwaggerReader
          Reads Swagger objects from a URI or a generic SwaggerSource
SwaggerSource
          Generic interface for abstracting the source of a swagger definition - allowing Swagger definitions to be read from a non path-based storage (databases, etc)
SwaggerStore
          Simple interface of abstracting the target location of a created Swagger definition, so Swagger objects can be written to non file-based stores (databases, etc)
SwaggerWriter
          Writes Swagger objects to writers or a generic SwaggerStore
 



Copyright © 2013. All Rights Reserved.