A B C D E F G H I N O P R S U V W

A

addApi(String) - Method in interface com.smartbear.swagger4j.ApiDeclaration
Adds a new API to this ApiDeclaration with the specified path
addApi(String) - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
addApi(ApiDeclaration, String) - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl
 
addApi(ApiDeclaration, String) - Method in interface com.smartbear.swagger4j.ResourceListing
 
addArray(String, String[]) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator
 
addArray(String, String[]) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerJsonGenerator
 
addArray(String, String[]) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerXmlGenerator
 
addBoolean(String, boolean) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator
 
addBoolean(String, boolean) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerJsonGenerator
 
addBoolean(String, boolean) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerXmlGenerator
 
addConsumes(String) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
addConsumes(String) - Method in interface com.smartbear.swagger4j.Operation
 
addErrorResponse(int, String) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
addErrorResponse(int, String) - Method in interface com.smartbear.swagger4j.Operation
 
addInt(String, int) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator
 
addInt(String, int) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerJsonGenerator
 
addInt(String, int) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerXmlGenerator
 
addObject(String) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator
 
addObject(String) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerJsonGenerator
 
addObject(String) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerXmlGenerator
 
addOperation(String, Operation.Method) - Method in interface com.smartbear.swagger4j.Api
Creates a new Operation with the specified nickName and HTTP Method
addOperation(String, Operation.Method) - Method in class com.smartbear.swagger4j.impl.ApiImpl
 
addParameter(String, Parameter.ParamType) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
addParameter(String, Parameter.ParamType) - Method in interface com.smartbear.swagger4j.Operation
 
addProduces(String) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
addProduces(String) - Method in interface com.smartbear.swagger4j.Operation
 
addString(String, String) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator
 
addString(String, String) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerJsonGenerator
 
addString(String, String) - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerXmlGenerator
 
ALLOW_MULTIPLE - Static variable in class com.smartbear.swagger4j.impl.Utils
 
Api - Interface in com.smartbear.swagger4j
Holds a Swagger API defined in an API Declaration - see https://github.com/wordnik/swagger-core/wiki/API-Declaration
API_DOCUMENTATION - Static variable in class com.smartbear.swagger4j.impl.Utils
 
API_VERSION - Static variable in class com.smartbear.swagger4j.impl.Utils
Constants for the names used in Swagger definitions
ApiDeclaration - Interface in com.smartbear.swagger4j
Holds a Swagger API Declaration - see https://github.com/wordnik/swagger-core/wiki/API-Declaration
ApiDeclarationImpl - Class in com.smartbear.swagger4j.impl
Default implementation of the ApiDeclaration interface
ApiImpl - Class in com.smartbear.swagger4j.impl
Default implementation of the Api interface
APIS - Static variable in class com.smartbear.swagger4j.impl.Utils
 

B

BASE_PATH - Static variable in class com.smartbear.swagger4j.impl.Utils
 
buildUri(URI, String, Constants.Format) - Static method in class com.smartbear.swagger4j.URISwaggerSource
 

C

CODE - Static variable in class com.smartbear.swagger4j.impl.Utils
 
com.smartbear.swagger4j - package com.smartbear.swagger4j
Swagger4j core interfaces and utilities
com.smartbear.swagger4j.impl - package com.smartbear.swagger4j.impl
Default implementations of core Swagger4j Interfaces
Constants - Interface in com.smartbear.swagger4j
Swagger constants
Constants.Format - Enum in com.smartbear.swagger4j
Format of swagger files, either json or xml
CONSUMES - Static variable in class com.smartbear.swagger4j.impl.Utils
 
createApiDeclaration(String, String) - Method in class com.smartbear.swagger4j.impl.SwaggerFactoryImpl
 
createApiDeclaration(String, String) - Static method in class com.smartbear.swagger4j.Swagger
Creates an empty ApiDeclaration with the specified basePath and resourcePath
createApiDeclaration(String, String) - Method in interface com.smartbear.swagger4j.SwaggerFactory
Creates an empty ApiDeclaration with the specified basePath and resourcePath
createFileNameFromPath(String, Constants.Format) - Static method in class com.smartbear.swagger4j.impl.Utils
Method for creating a filename from a path - replaces format references and adds the extension.
createReader() - Static method in class com.smartbear.swagger4j.Swagger
Creates a SwaggerReader using the available SwaggerFactory
createResource(String) - Method in class com.smartbear.swagger4j.FileSwaggerStore
 
createResource(String) - Method in class com.smartbear.swagger4j.impl.Utils.ConsoleSwaggerStore
 
createResource(String) - Method in class com.smartbear.swagger4j.impl.Utils.MapSwaggerStore
 
createResource(String) - Method in interface com.smartbear.swagger4j.SwaggerStore
Create a resource with the specified path
createResourceListing(String) - Method in class com.smartbear.swagger4j.impl.SwaggerFactoryImpl
 
createResourceListing(String) - Static method in class com.smartbear.swagger4j.Swagger
Creates an empty ResourceListing with the specified basePath - uses the standard SwaggerFactory
createResourceListing(String) - Method in interface com.smartbear.swagger4j.SwaggerFactory
Creates an empty ResourceListing with the specified basePath to use for resolving contained API declaration references
createSwaggerFactory() - Static method in class com.smartbear.swagger4j.Swagger
method for creating a SwaggerFactory; uses java.util.ServiceLoader to find a SwaggerFactory implementation - falls back to the default implementation if none are found
createSwaggerReader() - Method in class com.smartbear.swagger4j.impl.SwaggerFactoryImpl
 
createSwaggerReader() - Method in interface com.smartbear.swagger4j.SwaggerFactory
Creates a SwaggerReader that can read Swagger objects
createSwaggerWriter(Constants.Format) - Method in class com.smartbear.swagger4j.impl.SwaggerFactoryImpl
 
createSwaggerWriter(Constants.Format) - Method in interface com.smartbear.swagger4j.SwaggerFactory
Creates a SwaggerWriter for the specified format
createWriter(Constants.Format) - Static method in class com.smartbear.swagger4j.Swagger
Creates a SwaggerWriter for the specified format using the default SwaggerFactory

D

DATA_TYPE - Static variable in class com.smartbear.swagger4j.impl.Utils
 
DEFAULT_API_VERSION - Static variable in interface com.smartbear.swagger4j.Constants
 
DESCRIPTION - Static variable in class com.smartbear.swagger4j.impl.Utils
 

E

ERROR_RESPONSES - Static variable in class com.smartbear.swagger4j.impl.Utils
 
ErrorResponse - Interface in com.smartbear.swagger4j
Holds a Swagger Error Responses that can be defined for an API Operation - see https://github.com/wordnik/swagger-core/wiki/Errors
ErrorResponseImpl - Class in com.smartbear.swagger4j.impl
Default implementation of the ErrorResponse interface
ErrorResponseImpl(int, String) - Constructor for class com.smartbear.swagger4j.impl.ErrorResponseImpl
 
extractFormat(URI) - Static method in class com.smartbear.swagger4j.URISwaggerSource
 

F

FileSwaggerStore - Class in com.smartbear.swagger4j
Simple file-based implementation of the SwaggerStore interface - for writing Swagger definitions to the local file system
FileSwaggerStore(String) - Constructor for class com.smartbear.swagger4j.FileSwaggerStore
 
finish() - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator
 
finish() - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerJsonGenerator
 
finish() - Method in class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerXmlGenerator
 

G

getApi(String) - Method in interface com.smartbear.swagger4j.ApiDeclaration
Gets the API at the specified path
getApi(String) - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
getApiDocsPath() - Method in class com.smartbear.swagger4j.FileSwaggerStore
Gets the path of the generated api-docs root definition
getApis() - Method in interface com.smartbear.swagger4j.ApiDeclaration
Gets a list of APIs for this ApiDeclarations
getApis() - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
getApis() - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl
 
getApis() - Method in interface com.smartbear.swagger4j.ResourceListing
 
getApiVersion() - Method in interface com.smartbear.swagger4j.ApiDeclaration
 
getApiVersion() - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
getApiVersion() - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl
 
getApiVersion() - Method in interface com.smartbear.swagger4j.ResourceListing
 
getArray(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser
 
getArray(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerJsonParser
 
getArray(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerXmlParser
 
getBasePath() - Method in interface com.smartbear.swagger4j.ApiDeclaration
 
getBasePath() - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
getBasePath() - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl
 
getBasePath() - Method in interface com.smartbear.swagger4j.ResourceListing
 
getBoolean(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser
 
getBoolean(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerJsonParser
 
getBoolean(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerXmlParser
 
getChildren(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser
 
getChildren(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerJsonParser
 
getChildren(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerXmlParser
 
getCode() - Method in interface com.smartbear.swagger4j.ErrorResponse
 
getCode() - Method in class com.smartbear.swagger4j.impl.ErrorResponseImpl
 
getConsumes() - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getConsumes() - Method in interface com.smartbear.swagger4j.Operation
 
getDataType() - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
getDataType() - Method in interface com.smartbear.swagger4j.Parameter
 
getDeclaration() - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl.ResourceListingApiImpl
 
getDeclaration() - Method in interface com.smartbear.swagger4j.ResourceListing.ResourceListingApi
 
getDescription() - Method in interface com.smartbear.swagger4j.Api
 
getDescription() - Method in class com.smartbear.swagger4j.impl.ApiImpl
 
getDescription() - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
getDescription() - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl.ResourceListingApiImpl
 
getDescription() - Method in interface com.smartbear.swagger4j.Parameter
 
getDescription() - Method in interface com.smartbear.swagger4j.ResourceListing.ResourceListingApi
 
getErrorResponse(int) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getErrorResponse(int) - Method in interface com.smartbear.swagger4j.Operation
 
getErrorResponses() - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getErrorResponses() - Method in interface com.smartbear.swagger4j.Operation
 
getExtension() - Method in enum com.smartbear.swagger4j.Constants.Format
 
getFileMap() - Method in class com.smartbear.swagger4j.impl.Utils.MapSwaggerStore
 
getFormat() - Method in class com.smartbear.swagger4j.impl.SwaggerParser
 
getFormat() - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerJsonParser
 
getFormat() - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerXmlParser
 
getFormat() - Method in class com.smartbear.swagger4j.impl.SwaggerWriterImpl
 
getFormat() - Method in interface com.smartbear.swagger4j.SwaggerSource
Gets the format of the Swagger objects returned by this Source
getFormat() - Method in interface com.smartbear.swagger4j.SwaggerWriter
Gets the format of this SwaggerWriter
getFormat() - Method in class com.smartbear.swagger4j.URISwaggerSource
 
getInteger(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser
 
getInteger(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerJsonParser
 
getInteger(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerXmlParser
 
getMethod() - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getMethod() - Method in interface com.smartbear.swagger4j.Operation
 
getName() - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
getName() - Method in interface com.smartbear.swagger4j.Parameter
 
getNickName() - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getNickName() - Method in interface com.smartbear.swagger4j.Operation
 
getNotes() - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getNotes() - Method in interface com.smartbear.swagger4j.Operation
 
getOperation(String) - Method in interface com.smartbear.swagger4j.Api
 
getOperation(String) - Method in class com.smartbear.swagger4j.impl.ApiImpl
 
getOperations() - Method in interface com.smartbear.swagger4j.Api
 
getOperations() - Method in class com.smartbear.swagger4j.impl.ApiImpl
 
getParameter(String) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getParameter(String) - Method in interface com.smartbear.swagger4j.Operation
 
getParameters() - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getParameters() - Method in interface com.smartbear.swagger4j.Operation
 
getParamType() - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
getParamType() - Method in interface com.smartbear.swagger4j.Parameter
 
getPath() - Method in interface com.smartbear.swagger4j.Api
 
getPath() - Method in class com.smartbear.swagger4j.impl.ApiImpl
 
getPath() - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl.ResourceListingApiImpl
 
getPath() - Method in interface com.smartbear.swagger4j.ResourceListing.ResourceListingApi
 
getProduces() - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getProduces() - Method in interface com.smartbear.swagger4j.Operation
 
getReason() - Method in interface com.smartbear.swagger4j.ErrorResponse
 
getReason() - Method in class com.smartbear.swagger4j.impl.ErrorResponseImpl
 
getResourcePath() - Method in interface com.smartbear.swagger4j.ApiDeclaration
 
getResourcePath() - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
getResponseClass() - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getResponseClass() - Method in interface com.smartbear.swagger4j.Operation
 
getString(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser
 
getString() - Method in class com.smartbear.swagger4j.impl.SwaggerParser
 
getString(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerJsonParser
 
getString() - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerJsonParser
 
getString(String) - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerXmlParser
 
getString() - Method in class com.smartbear.swagger4j.impl.SwaggerParser.SwaggerXmlParser
 
getSummary() - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
getSummary() - Method in interface com.smartbear.swagger4j.Operation
 
getSwaggerVersion() - Method in interface com.smartbear.swagger4j.ApiDeclaration
 
getSwaggerVersion() - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
getSwaggerVersion() - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl
 
getSwaggerVersion() - Method in interface com.smartbear.swagger4j.ResourceListing
 

H

HTTP_METHOD - Static variable in class com.smartbear.swagger4j.impl.Utils
 

I

isAllowMultiple() - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
isAllowMultiple() - Method in interface com.smartbear.swagger4j.Parameter
 
isRequired() - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
isRequired() - Method in interface com.smartbear.swagger4j.Parameter
 

N

NAME - Static variable in class com.smartbear.swagger4j.impl.Utils
 
newGenerator(Writer, Constants.Format) - Static method in class com.smartbear.swagger4j.impl.SwaggerGenerator
Builds a SwaggerGenerator for one of the supported formats
newJsonGenerator(Writer) - Static method in class com.smartbear.swagger4j.impl.SwaggerGenerator
Builder for a SwaggerGenerator that can write JSON
newJsonParser(Reader) - Static method in class com.smartbear.swagger4j.impl.SwaggerParser
Builder for a SwaggerParser that can read json
newParser(Reader, Constants.Format) - Static method in class com.smartbear.swagger4j.impl.SwaggerParser
Builder for a SwaggerParser for one of the supported formats
newXmlGenerator(Writer) - Static method in class com.smartbear.swagger4j.impl.SwaggerGenerator
Builder for a SwaggerGenerator that can write XML
newXmlParser(Reader) - Static method in class com.smartbear.swagger4j.impl.SwaggerParser
Builder for a SwaggerParser that can read XML
NICKNAME - Static variable in class com.smartbear.swagger4j.impl.Utils
 
NOTES - Static variable in class com.smartbear.swagger4j.impl.Utils
 

O

Operation - Interface in com.smartbear.swagger4j
Holds a Swagger operation - see https://github.com/wordnik/swagger-core/wiki/API-Declaration
Operation.Method - Enum in com.smartbear.swagger4j
These are the methods supported by Swagger 1.2 - more to come
OperationImpl - Class in com.smartbear.swagger4j.impl
Default implementation of the Operation interface
OPERATIONS - Static variable in class com.smartbear.swagger4j.impl.Utils
 

P

PARAM_TYPE - Static variable in class com.smartbear.swagger4j.impl.Utils
 
Parameter - Interface in com.smartbear.swagger4j
Holds a Swagger parameter defined for an API Operation - see https://github.com/wordnik/swagger-core/wiki/Parameters
Parameter.ParamType - Enum in com.smartbear.swagger4j
Parameter type - see https://github.com/wordnik/swagger-core/wiki/Parameters
ParameterImpl - Class in com.smartbear.swagger4j.impl
Default implementation of the Parameter interface
PARAMETERS - Static variable in class com.smartbear.swagger4j.impl.Utils
 
PATH - Static variable in class com.smartbear.swagger4j.impl.Utils
 
PRODUCES - Static variable in class com.smartbear.swagger4j.impl.Utils
 

R

readApiDeclaration(URI) - Method in class com.smartbear.swagger4j.impl.SwaggerReaderImpl
 
readApiDeclaration(Reader, Constants.Format) - Method in class com.smartbear.swagger4j.impl.SwaggerReaderImpl
 
readApiDeclaration(URI) - Method in interface com.smartbear.swagger4j.SwaggerReader
Reads an API Declaration from the specified URI - use this is you have standalone API Declarations.
readApiDeclaration(String, String) - Method in interface com.smartbear.swagger4j.SwaggerSource
Gets a Reader for an API Declaration with the specified path.
readApiDeclaration(String, String) - Method in class com.smartbear.swagger4j.URISwaggerSource
 
readResourceListing(URI) - Method in class com.smartbear.swagger4j.impl.SwaggerReaderImpl
 
readResourceListing(SwaggerSource) - Method in class com.smartbear.swagger4j.impl.SwaggerReaderImpl
 
readResourceListing(URI) - Method in interface com.smartbear.swagger4j.SwaggerReader
Reads a Resource Listing and all contained API Declarations from the specified URI.
readResourceListing(SwaggerSource) - Method in interface com.smartbear.swagger4j.SwaggerReader
Reads a Resource Listing and all contained API Declarations from the specified SwaggerSource
readResourceListing() - Method in interface com.smartbear.swagger4j.SwaggerSource
Gets a Reader for the ResourceListing of this SwaggerSource
readResourceListing() - Method in class com.smartbear.swagger4j.URISwaggerSource
 
readSwagger(URI) - Static method in class com.smartbear.swagger4j.Swagger
Reads a Swagger definition from the specified URI, uses the default SwaggerReader implementation
REASON - Static variable in class com.smartbear.swagger4j.impl.Utils
 
removeApi(Api) - Method in interface com.smartbear.swagger4j.ApiDeclaration
Removes the specified Api from this ApiDeclaration
removeApi(Api) - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
removeApi(ResourceListing.ResourceListingApi) - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl
 
removeApi(ResourceListing.ResourceListingApi) - Method in interface com.smartbear.swagger4j.ResourceListing
 
removeConsumes(String) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
removeConsumes(String) - Method in interface com.smartbear.swagger4j.Operation
 
removeErrorResponse(ErrorResponse) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
removeErrorResponse(ErrorResponse) - Method in interface com.smartbear.swagger4j.Operation
 
removeOperation(Operation) - Method in interface com.smartbear.swagger4j.Api
 
removeOperation(Operation) - Method in class com.smartbear.swagger4j.impl.ApiImpl
 
removeParameter(Parameter) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
removeParameter(Parameter) - Method in interface com.smartbear.swagger4j.Operation
 
removeProduces(String) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
removeProduces(String) - Method in interface com.smartbear.swagger4j.Operation
 
REQUIRED - Static variable in class com.smartbear.swagger4j.impl.Utils
 
RESOURCE_PATH - Static variable in class com.smartbear.swagger4j.impl.Utils
 
ResourceListing - Interface in com.smartbear.swagger4j
Holds a Swagger Resource Listing - see https://github.com/wordnik/swagger-core/wiki/Resource-Listing
ResourceListing.ResourceListingApi - Interface in com.smartbear.swagger4j
A reference to a Swagger API-Declaration contained within a Resource-Listing
ResourceListingImpl - Class in com.smartbear.swagger4j.impl
Default implementation of the ResourceListing interface
ResourceListingImpl.ResourceListingApiImpl - Class in com.smartbear.swagger4j.impl
 
RESPONSE_CLASS - Static variable in class com.smartbear.swagger4j.impl.Utils
 

S

setAllowMultiple(boolean) - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
setAllowMultiple(boolean) - Method in interface com.smartbear.swagger4j.Parameter
 
setApiVersion(String) - Method in interface com.smartbear.swagger4j.ApiDeclaration
 
setApiVersion(String) - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
setApiVersion(String) - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl
 
setApiVersion(String) - Method in interface com.smartbear.swagger4j.ResourceListing
 
setBasePath(String) - Method in interface com.smartbear.swagger4j.ApiDeclaration
 
setBasePath(String) - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
setBasePath(String) - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl
 
setBasePath(String) - Method in interface com.smartbear.swagger4j.ResourceListing
 
setCode(int) - Method in interface com.smartbear.swagger4j.ErrorResponse
 
setCode(int) - Method in class com.smartbear.swagger4j.impl.ErrorResponseImpl
 
setDataType(String) - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
setDataType(String) - Method in interface com.smartbear.swagger4j.Parameter
 
setDescription(String) - Method in interface com.smartbear.swagger4j.Api
 
setDescription(String) - Method in class com.smartbear.swagger4j.impl.ApiImpl
 
setDescription(String) - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
setDescription(String) - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl.ResourceListingApiImpl
 
setDescription(String) - Method in interface com.smartbear.swagger4j.Parameter
 
setDescription(String) - Method in interface com.smartbear.swagger4j.ResourceListing.ResourceListingApi
 
setMethod(Operation.Method) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
setMethod(Operation.Method) - Method in interface com.smartbear.swagger4j.Operation
 
setName(String) - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
setName(String) - Method in interface com.smartbear.swagger4j.Parameter
 
setNickName(String) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
setNickName(String) - Method in interface com.smartbear.swagger4j.Operation
 
setNotes(String) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
setNotes(String) - Method in interface com.smartbear.swagger4j.Operation
 
setParamType(Parameter.ParamType) - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
setParamType(Parameter.ParamType) - Method in interface com.smartbear.swagger4j.Parameter
 
setPath(String) - Method in interface com.smartbear.swagger4j.Api
 
setPath(String) - Method in class com.smartbear.swagger4j.impl.ApiImpl
 
setPath(String) - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl.ResourceListingApiImpl
 
setPath(String) - Method in interface com.smartbear.swagger4j.ResourceListing.ResourceListingApi
 
setReason(String) - Method in interface com.smartbear.swagger4j.ErrorResponse
 
setReason(String) - Method in class com.smartbear.swagger4j.impl.ErrorResponseImpl
 
setRequired(boolean) - Method in class com.smartbear.swagger4j.impl.ParameterImpl
 
setRequired(boolean) - Method in interface com.smartbear.swagger4j.Parameter
 
setResourcePath(String) - Method in interface com.smartbear.swagger4j.ApiDeclaration
 
setResourcePath(String) - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
setResponseClass(String) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
setResponseClass(String) - Method in interface com.smartbear.swagger4j.Operation
 
setSummary(String) - Method in class com.smartbear.swagger4j.impl.OperationImpl
 
setSummary(String) - Method in interface com.smartbear.swagger4j.Operation
 
setSwaggerVersion(String) - Method in interface com.smartbear.swagger4j.ApiDeclaration
 
setSwaggerVersion(String) - Method in class com.smartbear.swagger4j.impl.ApiDeclarationImpl
 
setSwaggerVersion(String) - Method in class com.smartbear.swagger4j.impl.ResourceListingImpl
 
setSwaggerVersion(String) - Method in interface com.smartbear.swagger4j.ResourceListing
 
SUMMARY - Static variable in class com.smartbear.swagger4j.impl.Utils
 
Swagger - Class in com.smartbear.swagger4j
Utility methods to read/write/create Swagger objects
SWAGGER_VERSION - Static variable in interface com.smartbear.swagger4j.Constants
 
SWAGGER_VERSION - Static variable in class com.smartbear.swagger4j.impl.Utils
 
SwaggerFactory - Interface in com.smartbear.swagger4j
Factory class for creating Swagger objects and related readers/writers
SwaggerFactoryImpl - Class in com.smartbear.swagger4j.impl
The default SwaggerFactory
SwaggerFactoryImpl() - Constructor for class com.smartbear.swagger4j.impl.SwaggerFactoryImpl
 
SwaggerGenerator - Class in com.smartbear.swagger4j.impl
Utility class for abstraction of writing an actual format, since json and xml are read in the same way
SwaggerGenerator() - Constructor for class com.smartbear.swagger4j.impl.SwaggerGenerator
 
SwaggerGenerator.SwaggerJsonGenerator - Class in com.smartbear.swagger4j.impl
SwaggerGenerator implementation that reads JSON
SwaggerGenerator.SwaggerJsonGenerator(Writer) - Constructor for class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerJsonGenerator
 
SwaggerGenerator.SwaggerJsonGenerator(JsonObjectBuilder) - Constructor for class com.smartbear.swagger4j.impl.SwaggerGenerator.SwaggerJsonGenerator
 
SwaggerGenerator.SwaggerXmlGenerator - Class in com.smartbear.swagger4j.impl
SwaggerGenerator implementation that reads XML
SwaggerParser - Class in com.smartbear.swagger4j.impl
Utility class for abstraction of reading actual format, since json and xml are read in the same way
SwaggerParser() - Constructor for class com.smartbear.swagger4j.impl.SwaggerParser
 
SwaggerParser.SwaggerJsonParser - Class in com.smartbear.swagger4j.impl
SwaggerParser implementation that reads JSON
SwaggerParser.SwaggerXmlParser - Class in com.smartbear.swagger4j.impl
SwaggerParser implementation that reads XML
SwaggerReader - Interface in com.smartbear.swagger4j
Reads Swagger objects from a URI or a generic SwaggerSource
SwaggerReaderImpl - Class in com.smartbear.swagger4j.impl
Default SwaggerReader implementation
SwaggerReaderImpl() - Constructor for class com.smartbear.swagger4j.impl.SwaggerReaderImpl
 
SwaggerSource - Interface in com.smartbear.swagger4j
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 - Interface in com.smartbear.swagger4j
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 - Interface in com.smartbear.swagger4j
Writes Swagger objects to writers or a generic SwaggerStore
SwaggerWriterImpl - Class in com.smartbear.swagger4j.impl
Default implementation of the SwaggerWriter interface
SwaggerWriterImpl(Constants.Format) - Constructor for class com.smartbear.swagger4j.impl.SwaggerWriterImpl
 

U

URISwaggerSource - Class in com.smartbear.swagger4j
SwaggerSource for reading Swagger definitions from a base URI.
URISwaggerSource(URI) - Constructor for class com.smartbear.swagger4j.URISwaggerSource
 
Utils - Class in com.smartbear.swagger4j.impl
General utilities methods, classes and constants
Utils() - Constructor for class com.smartbear.swagger4j.impl.Utils
 
Utils.ConsoleSwaggerStore - Class in com.smartbear.swagger4j.impl
SwaggerStore implementation that writes Swagger definitions to the Console; for debugging
Utils.ConsoleSwaggerStore() - Constructor for class com.smartbear.swagger4j.impl.Utils.ConsoleSwaggerStore
 
Utils.MapSwaggerStore - Class in com.smartbear.swagger4j.impl
SwaggerStore implementation that writes Swagger definitions to a map of fileName to StringWriter
Utils.MapSwaggerStore() - Constructor for class com.smartbear.swagger4j.impl.Utils.MapSwaggerStore
 

V

valueOf(String) - Static method in enum com.smartbear.swagger4j.Constants.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.swagger4j.Operation.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartbear.swagger4j.Parameter.ParamType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.smartbear.swagger4j.Constants.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.swagger4j.Operation.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartbear.swagger4j.Parameter.ParamType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeApiDeclaration(ApiDeclaration, Writer) - Method in class com.smartbear.swagger4j.impl.SwaggerWriterImpl
 
writeApiDeclaration(ApiDeclaration, Writer) - Method in interface com.smartbear.swagger4j.SwaggerWriter
Writes the specified ApiDeclaration to the specified Writer in the configured format
writeResourceListing(ResourceListing, Writer) - Method in class com.smartbear.swagger4j.impl.SwaggerWriterImpl
 
writeResourceListing(ResourceListing, Writer) - Method in interface com.smartbear.swagger4j.SwaggerWriter
Writes the specified ResourceListing to the specified Writer in the configured format
writeSwagger(String, ResourceListing, Constants.Format) - Static method in class com.smartbear.swagger4j.FileSwaggerStore
 
writeSwagger(SwaggerStore, ResourceListing) - Method in class com.smartbear.swagger4j.impl.SwaggerWriterImpl
 
writeSwagger(ResourceListing, String) - Static method in class com.smartbear.swagger4j.Swagger
Writes the specified Swagger ResourceListing to the specified local path in json format.
writeSwagger(ResourceListing, String, Constants.Format) - Static method in class com.smartbear.swagger4j.Swagger
Writes the specified Swagger ResourceListing to the specified local path in either json or xml format.
writeSwagger(SwaggerStore, ResourceListing) - Method in interface com.smartbear.swagger4j.SwaggerWriter
Writes an entire Swagger definition (both ResourceListing and referred ApiDeclarations) to a generic SwaggerStore

A B C D E F G H I N O P R S U V W

Copyright © 2013. All Rights Reserved.