Package com.smartbear.swagger4j

Swagger4j core interfaces and utilities

See:
          Description

Interface Summary
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 Swagger constants
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
Parameter Holds a Swagger parameter defined for an API Operation - 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
 

Class Summary
FileSwaggerStore Simple file-based implementation of the SwaggerStore interface - for writing Swagger definitions to the local file system
Swagger Utility methods to read/write/create Swagger objects
URISwaggerSource SwaggerSource for reading Swagger definitions from a base URI.
 

Enum Summary
Constants.Format Format of swagger files, either json or xml
Operation.Method These are the methods supported by Swagger 1.2 - more to come
Parameter.ParamType Parameter type - see https://github.com/wordnik/swagger-core/wiki/Parameters
 

Package com.smartbear.swagger4j Description

Swagger4j core interfaces and utilities



Copyright © 2013. All Rights Reserved.