Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

A

AbstractModel - Class in io.swagger.models
 
AbstractModel() - Constructor for class io.swagger.models.AbstractModel
 
AbstractModelConverter - Class in io.swagger.jackson
 
AbstractModelConverter(ObjectMapper) - Constructor for class io.swagger.jackson.AbstractModelConverter
 
AbstractNumericProperty - Class in io.swagger.models.properties
 
AbstractNumericProperty() - Constructor for class io.swagger.models.properties.AbstractNumericProperty
 
AbstractParameter - Class in io.swagger.models.parameters
 
AbstractParameter() - Constructor for class io.swagger.models.parameters.AbstractParameter
 
AbstractProperty - Class in io.swagger.models.properties
 
AbstractProperty() - Constructor for class io.swagger.models.properties.AbstractProperty
 
AbstractScanner - Class in io.swagger.jaxrs.config
 
AbstractScanner() - Constructor for class io.swagger.jaxrs.config.AbstractScanner
 
AbstractSecuritySchemeDefinition - Class in io.swagger.models.auth
 
AbstractSecuritySchemeDefinition() - Constructor for class io.swagger.models.auth.AbstractSecuritySchemeDefinition
 
AbstractSerializableParameter<T extends AbstractSerializableParameter<T>> - Class in io.swagger.models.parameters
 
AbstractSerializableParameter() - Constructor for class io.swagger.models.parameters.AbstractSerializableParameter
 
AbstractSpecFilter - Class in io.swagger.core.filter
 
AbstractSpecFilter() - Constructor for class io.swagger.core.filter.AbstractSpecFilter
 
AbstractSwaggerExtension - Class in io.swagger.jaxrs.ext
 
AbstractSwaggerExtension() - Constructor for class io.swagger.jaxrs.ext.AbstractSwaggerExtension
 
acceptablePackages - Variable in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
AcceptHeaderApiListingResource - Class in io.swagger.jaxrs.listing
Created by rbolles on 2/15/16.
AcceptHeaderApiListingResource() - Constructor for class io.swagger.jaxrs.listing.AcceptHeaderApiListingResource
 
access - Variable in class io.swagger.models.parameters.AbstractParameter
 
access(String) - Method in class io.swagger.models.properties.ObjectProperty
 
accessCode(String, String) - Method in class io.swagger.models.auth.OAuth2Definition
 
addClassToSkip(String) - Method in class io.swagger.converter.ModelConverters
 
addConsumes(String) - Method in class io.swagger.models.Operation
 
addConsumes(String) - Method in class io.swagger.models.Swagger
 
addConverter(ModelConverter) - Method in class io.swagger.converter.ModelConverters
 
addDefinition(String, Model) - Method in class io.swagger.models.Swagger
 
addExample(String, String) - Method in class io.swagger.models.parameters.BodyParameter
 
addHeader(String, Property) - Method in class io.swagger.models.Response
 
additionalProperties(Property) - Method in class io.swagger.models.ModelImpl
 
additionalProperties(Property) - Method in class io.swagger.models.properties.MapProperty
 
addPackageToSkip(String) - Method in class io.swagger.converter.ModelConverters
 
addParameter(Parameter) - Method in class io.swagger.models.Operation
 
addParameter(Parameter) - Method in class io.swagger.models.Path
 
addParameter(String, Parameter) - Method in class io.swagger.models.Swagger
 
addProduces(String) - Method in class io.swagger.models.Operation
 
addProduces(String) - Method in class io.swagger.models.Swagger
 
addProperty(String, Property) - Method in class io.swagger.models.ModelImpl
 
addRequired(String) - Method in class io.swagger.models.ModelImpl
 
addResponse(String, Response) - Method in class io.swagger.models.Operation
 
addScheme(Scheme) - Method in class io.swagger.models.Operation
 
addScheme(Scheme) - Method in class io.swagger.models.Swagger
 
addScope(String, String) - Method in class io.swagger.models.auth.OAuth2Definition
 
addScope(String) - Method in class io.swagger.models.SecurityRequirement
 
addSecurity(String, List<String>) - Method in class io.swagger.models.Operation
 
addSecurity(SecurityRequirement) - Method in class io.swagger.models.Swagger
 
addSecurityDefinition(String, SecuritySchemeDefinition) - Method in class io.swagger.models.Swagger
 
addSecurityDefinition(SecurityRequirement) - Method in class io.swagger.models.Swagger
Deprecated.
addTag(String) - Method in class io.swagger.models.Operation
 
addTag(Tag) - Method in class io.swagger.models.Swagger
 
afterScan(Reader, Swagger) - Method in interface io.swagger.jaxrs.config.ReaderListener
Called after a Swagger definition has been populated from scanned classes.
AllowableEnumValues - Class in io.swagger.util
 
AllowableRangeValues - Class in io.swagger.util
 
AllowableValues - Interface in io.swagger.util
 
AllowableValuesUtils - Class in io.swagger.util
 
AllowableValuesUtils() - Constructor for class io.swagger.util.AllowableValuesUtils
 
Api - Annotation Type in io.swagger.annotations
Marks a class as a Swagger resource.
ApiDeclarationServlet - Class in io.swagger.servlet.listing
The ApiDeclarationServlet class implements servlet which returns the Swagger definition.
ApiDeclarationServlet() - Constructor for class io.swagger.servlet.listing.ApiDeclarationServlet
 
ApiDescription - Class in io.swagger.model
Deprecated.
ApiDescription(String, String) - Constructor for class io.swagger.model.ApiDescription
Deprecated.
 
ApiImplicitParam - Annotation Type in io.swagger.annotations
Represents a single parameter in an API Operation.
ApiImplicitParams - Annotation Type in io.swagger.annotations
A wrapper to allow a list of multiple ApiImplicitParam objects.
ApiInfo - Class in io.swagger.model
Deprecated.
ApiInfo() - Constructor for class io.swagger.model.ApiInfo
Deprecated.
 
ApiInfo(String, String, String, String, String, String) - Constructor for class io.swagger.model.ApiInfo
Deprecated.
 
ApiKeyAuthDefinition - Class in io.swagger.models.auth
 
ApiKeyAuthDefinition() - Constructor for class io.swagger.models.auth.ApiKeyAuthDefinition
 
ApiKeyAuthDefinition(String, In) - Constructor for class io.swagger.models.auth.ApiKeyAuthDefinition
 
ApiListingJSON - Class in io.swagger.mule
 
ApiListingJSON() - Constructor for class io.swagger.mule.ApiListingJSON
 
ApiListingResource - Class in io.swagger.jaxrs.listing
 
ApiListingResource() - Constructor for class io.swagger.jaxrs.listing.ApiListingResource
 
ApiListingResourceJSON - Class in io.swagger.jersey.listing
 
ApiListingResourceJSON() - Constructor for class io.swagger.jersey.listing.ApiListingResourceJSON
 
ApiModel - Annotation Type in io.swagger.annotations
Provides additional information about Swagger models.
ApiModelProperty - Annotation Type in io.swagger.annotations
Adds and manipulates data of a model property.
ApiOperation - Annotation Type in io.swagger.annotations
Describes an operation or typically a HTTP method against a specific path.
ApiParam - Annotation Type in io.swagger.annotations
Adds additional meta-data for operation parameters.
ApiResponse - Annotation Type in io.swagger.annotations
Describes a possible response of an operation.
ApiResponses - Annotation Type in io.swagger.annotations
A wrapper to allow a list of multiple ApiResponse objects.
apiVersion - Variable in class io.swagger.jaxrs.config.WebXMLReader
 
application(String) - Method in class io.swagger.models.auth.OAuth2Definition
 
applyAnnotations(Swagger, Parameter, Type, List<Annotation>) - Static method in class io.swagger.util.ParameterProcessor
 
applyBeanValidatorAnnotations(Property, Annotation[]) - Method in class io.swagger.jackson.ModelResolver
 
applyConsumes(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the consumes from the method's annotations and applies these to the operation.
applyConsumes(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applyDescription(Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the description from the method's annotations and applies it to the operation.
applyDescription(Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applyExtensions(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the extensions from the method's annotations and applies these to the operation.
applyExtensions(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applyImplicitParameters(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the implicit parameters from the method's annotations and applies these to the operation.
applyImplicitParameters(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applyOperationId(Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the operation id from the method's annotations and applies it to the operation.
applyOperationId(Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applyParameters(ReaderContext, Operation, Type, Annotation[]) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the parameters from the method's annotations and applies these to the operation.
applyParameters(ReaderContext, Operation, Type, Annotation[]) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applyProduces(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the produces from the method's annotations and applies these to the operation.
applyProduces(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applyResponses(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the responses from the method's annotations and applies these to the operation.
applyResponses(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applySchemes(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the schemes from the method's annotations and applies these to the operation.
applySchemes(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applySecurityRequirements(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the security requirement from the method's annotations and applies these to the operation.
applySecurityRequirements(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applySummary(Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the summary from the method's annotations and applies it to the operation.
applySummary(Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
applyTags(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Reads the tags from the method's annotations and applies these to the operation.
applyTags(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
ArrayModel - Class in io.swagger.models
 
ArrayModel() - Constructor for class io.swagger.models.ArrayModel
 
ArrayProperty - Class in io.swagger.models.properties
 
ArrayProperty() - Constructor for class io.swagger.models.properties.ArrayProperty
 
ArrayProperty(Property) - Constructor for class io.swagger.models.properties.ArrayProperty
 
asDefault(String) - Method in class io.swagger.models.parameters.RefParameter
 
asDefault(String) - Method in class io.swagger.models.properties.RefProperty
 
asDefault(String) - Method in class io.swagger.models.RefModel
 
asPropertyArguments() - Method in class io.swagger.util.AllowableEnumValues
 
asPropertyArguments() - Method in class io.swagger.util.AllowableRangeValues
 
asPropertyArguments() - Method in interface io.swagger.util.AllowableValues
 
attribute(Boolean) - Method in class io.swagger.models.Xml
 
Authorization - Annotation Type in io.swagger.annotations
Defines an authorization scheme to be used on a resource or an operation.
AuthorizationScope - Annotation Type in io.swagger.annotations
Describes an OAuth2 authorization scope.
AuthorizationValue - Class in io.swagger.models.auth
 
AuthorizationValue() - Constructor for class io.swagger.models.auth.AuthorizationValue
 
AuthorizationValue(String, String, String) - Constructor for class io.swagger.models.auth.AuthorizationValue
 

B

BaseApiListingResource - Class in io.swagger.jaxrs.listing
Created by rbolles on 2/15/16.
BaseApiListingResource() - Constructor for class io.swagger.jaxrs.listing.BaseApiListingResource
 
BaseIntegerProperty - Class in io.swagger.models.properties
The BaseIntegerProperty class defines property for integers without specific format, or with a custom format.
BaseIntegerProperty() - Constructor for class io.swagger.models.properties.BaseIntegerProperty
 
BaseIntegerProperty(String) - Constructor for class io.swagger.models.properties.BaseIntegerProperty
 
basePath - Variable in class io.swagger.jaxrs.config.WebXMLReader
 
basePath - Variable in class io.swagger.models.Swagger
 
basePath(String) - Method in class io.swagger.models.Swagger
 
BaseReaderUtils - Class in io.swagger.util
The BaseReaderUtils class is utility class which helps read annotations to the Swagger.
BasicAuthDefinition - Class in io.swagger.models.auth
 
BasicAuthDefinition() - Constructor for class io.swagger.models.auth.BasicAuthDefinition
 
BeanConfig - Class in io.swagger.jaxrs.config
 
BeanConfig() - Constructor for class io.swagger.jaxrs.config.BeanConfig
 
BeanValidator - Class in io.swagger.validator
 
BeanValidator() - Constructor for class io.swagger.validator.BeanValidator
 
beforeScan(Reader, Swagger) - Method in interface io.swagger.jaxrs.config.ReaderListener
Called before the Swagger definition gets populated from scanned classes.
BinaryProperty - Class in io.swagger.models.properties
 
BinaryProperty() - Constructor for class io.swagger.models.properties.BinaryProperty
 
BodyParameter - Class in io.swagger.models.parameters
 
BodyParameter() - Constructor for class io.swagger.models.parameters.BodyParameter
 
BooleanProperty - Class in io.swagger.models.properties
 
BooleanProperty() - Constructor for class io.swagger.models.properties.BooleanProperty
 
build(String, String, Map<PropertyBuilder.PropertyId, Object>) - Static method in class io.swagger.models.properties.PropertyBuilder
Creates new property on the passed arguments.
ByteArrayProperty - Class in io.swagger.models.properties
 
ByteArrayProperty() - Constructor for class io.swagger.models.properties.ByteArrayProperty
 

C

chain() - Static method in class io.swagger.jaxrs.ext.SwaggerExtensions
 
child(Model) - Method in class io.swagger.models.ComposedModel
 
classes() - Method in interface io.swagger.config.Scanner
 
classes() - Method in class io.swagger.jaxrs.config.BeanConfig
 
classes() - Method in class io.swagger.jaxrs.config.DefaultJaxrsScanner
 
classes() - Method in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
classes() - Method in class io.swagger.servlet.config.ServletScanner
 
classesFromContext(Application, ServletConfig) - Method in class io.swagger.jaxrs.config.DefaultJaxrsScanner
 
classesFromContext(Application, ServletConfig) - Method in interface io.swagger.jaxrs.config.JaxrsScanner
 
clone() - Method in class io.swagger.models.AbstractModel
 
clone() - Method in class io.swagger.models.ArrayModel
 
clone() - Method in class io.swagger.models.ComposedModel
 
clone() - Method in interface io.swagger.models.Model
 
clone() - Method in class io.swagger.models.ModelImpl
 
clone() - Method in class io.swagger.models.RefModel
 
cloneTo(Object) - Method in class io.swagger.models.AbstractModel
 
collectConstructorParameters(Class<?>, Swagger) - Static method in class io.swagger.jaxrs.utils.ReaderUtils
Collects constructor-level parameters from class.
collectFieldParameters(Class<?>, Swagger) - Static method in class io.swagger.jaxrs.utils.ReaderUtils
Collects field-level parameters from class.
collectionFormat - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
collectionFormat(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
collectPath(String...) - Static method in class io.swagger.util.PathUtils
 
ComposedModel - Class in io.swagger.models
 
ComposedModel() - Constructor for class io.swagger.models.ComposedModel
 
CONFIG_ID_DEFAULT - Static variable in class io.swagger.jaxrs.config.SwaggerContextService
 
CONFIG_ID_KEY - Static variable in class io.swagger.jaxrs.config.SwaggerContextService
 
CONFIG_ID_PREFIX - Static variable in class io.swagger.jaxrs.config.SwaggerContextService
 
ConfigFactory - Class in io.swagger.config
 
ConfigFactory() - Constructor for class io.swagger.config.ConfigFactory
 
configure(Swagger) - Method in interface io.swagger.config.SwaggerConfig
 
configure(Swagger) - Method in class io.swagger.jaxrs.config.BeanConfig
 
configure(Swagger) - Method in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
configure(Swagger) - Method in class io.swagger.jaxrs.config.WebXMLReader
 
configure(Swagger) - Method in class io.swagger.servlet.config.WebXMLReader
 
constructType(Type) - Method in class io.swagger.jaxrs.ext.AbstractSwaggerExtension
 
consumes(List<String>) - Method in class io.swagger.models.Operation
 
consumes(String) - Method in class io.swagger.models.Operation
 
consumes - Variable in class io.swagger.models.Swagger
 
consumes(List<String>) - Method in class io.swagger.models.Swagger
 
consumes(String) - Method in class io.swagger.models.Swagger
 
Contact - Annotation Type in io.swagger.annotations
Contact metadata available within the info section of a Swagger definition - see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#contactObject
Contact - Class in io.swagger.models
 
Contact() - Constructor for class io.swagger.models.Contact
 
contact(Contact) - Method in class io.swagger.models.Info
 
CONTEXT_ID_KEY - Static variable in class io.swagger.jaxrs.config.SwaggerContextService
 
CookieParameter - Class in io.swagger.models.parameters
 
CookieParameter() - Constructor for class io.swagger.models.parameters.CookieParameter
 
create(String) - Static method in class io.swagger.util.AllowableEnumValues
 
create(String) - Static method in class io.swagger.util.AllowableRangeValues
 
create(String) - Static method in class io.swagger.util.AllowableValuesUtils
 
createJson() - Static method in class io.swagger.util.ObjectMapperFactory
 
createJson(boolean, boolean) - Static method in class io.swagger.util.ObjectMapperFactory
 
createProperty(Type) - Static method in enum io.swagger.util.PrimitiveType
 
createProperty(String) - Static method in enum io.swagger.util.PrimitiveType
 
createProperty() - Method in enum io.swagger.util.PrimitiveType
 
createYaml() - Static method in class io.swagger.util.ObjectMapperFactory
 
createYaml(boolean, boolean) - Static method in class io.swagger.util.ObjectMapperFactory
 

D

DateProperty - Class in io.swagger.models.properties
 
DateProperty() - Constructor for class io.swagger.models.properties.DateProperty
 
DateTimeProperty - Class in io.swagger.models.properties
 
DateTimeProperty() - Constructor for class io.swagger.models.properties.DateTimeProperty
 
DecimalProperty - Class in io.swagger.models.properties
The DecimalProperty class defines properties for (decimal) numbers without a specific format, or with a custom format.
DecimalProperty() - Constructor for class io.swagger.models.properties.DecimalProperty
 
DecimalProperty(String) - Constructor for class io.swagger.models.properties.DecimalProperty
 
DefaultJaxrsConfig - Class in io.swagger.jaxrs.config
 
DefaultJaxrsConfig() - Constructor for class io.swagger.jaxrs.config.DefaultJaxrsConfig
 
DefaultJaxrsScanner - Class in io.swagger.jaxrs.config
 
DefaultJaxrsScanner() - Constructor for class io.swagger.jaxrs.config.DefaultJaxrsScanner
 
DefaultParameterExtension - Class in io.swagger.jaxrs
 
DefaultParameterExtension() - Constructor for class io.swagger.jaxrs.DefaultParameterExtension
 
DefaultReaderConfig - Class in io.swagger.jaxrs.config
The ReaderConfig interface defines configuration settings for JAX-RS annotations reader.
DefaultReaderConfig() - Constructor for class io.swagger.jaxrs.config.DefaultReaderConfig
Creates default configuration.
DefaultReaderConfig(ReaderConfig) - Constructor for class io.swagger.jaxrs.config.DefaultReaderConfig
Creates a copy of passed configuration.
defaultResponse(Response) - Method in class io.swagger.models.Operation
 
DefaultServletConfig - Class in io.swagger.servlet.config
 
DefaultServletConfig() - Constructor for class io.swagger.servlet.config.DefaultServletConfig
 
defaultValue - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
defineModel(String, Model) - Method in interface io.swagger.converter.ModelConverterContext
needs to be called whenever a Model is defined which can be referenced from another Model or Property
defineModel(String, Model, Type, String) - Method in interface io.swagger.converter.ModelConverterContext
needs to be called whenever a Model is defined which can be referenced from another Model or Property
defineModel(String, Model) - Method in class io.swagger.converter.ModelConverterContextImpl
 
defineModel(String, Model, Type, String) - Method in class io.swagger.converter.ModelConverterContextImpl
 
definitions - Variable in class io.swagger.models.Swagger
 
delete(Operation) - Method in class io.swagger.models.Path
 
deprecated(Boolean) - Method in class io.swagger.models.Operation
 
description(String) - Method in class io.swagger.models.ArrayModel
 
description(String) - Method in class io.swagger.models.ExternalDocs
 
description(String) - Method in class io.swagger.models.Info
 
description(String) - Method in class io.swagger.models.ModelImpl
 
description(String) - Method in class io.swagger.models.Operation
 
description - Variable in class io.swagger.models.parameters.AbstractParameter
 
description(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
description(String) - Method in class io.swagger.models.parameters.BodyParameter
 
description(String) - Method in class io.swagger.models.parameters.RefParameter
 
description(String) - Method in class io.swagger.models.properties.AbstractProperty
 
description(String) - Method in class io.swagger.models.properties.ArrayProperty
 
description(String) - Method in class io.swagger.models.properties.MapProperty
 
description(String) - Method in class io.swagger.models.properties.ObjectProperty
 
description(String) - Method in interface io.swagger.models.properties.Property
 
description(String) - Method in class io.swagger.models.properties.RefProperty
 
description(String) - Method in class io.swagger.models.Response
 
description(String) - Method in class io.swagger.models.SecurityScope
 
description(String) - Method in class io.swagger.models.Tag
 
DeserializationModule - Class in io.swagger.util
 
DeserializationModule(boolean, boolean) - Constructor for class io.swagger.util.DeserializationModule
 
DeserializationModule() - Constructor for class io.swagger.util.DeserializationModule
 
deserialize(JsonParser, DeserializationContext) - Method in class io.swagger.util.ModelDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class io.swagger.util.ParameterDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class io.swagger.util.PathDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class io.swagger.util.PropertyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class io.swagger.util.ResponseDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class io.swagger.util.SecurityDefinitionDeserializer
 
discriminator(String) - Method in class io.swagger.models.ModelImpl
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.swagger.servlet.listing.ApiDeclarationServlet
 
DoubleProperty - Class in io.swagger.models.properties
 
DoubleProperty() - Constructor for class io.swagger.models.properties.DoubleProperty
 

E

email(String) - Method in class io.swagger.models.Contact
 
EmailProperty - Class in io.swagger.models.properties
 
EmailProperty() - Constructor for class io.swagger.models.properties.EmailProperty
 
EmailProperty(StringProperty) - Constructor for class io.swagger.models.properties.EmailProperty
 
equals(Object) - Method in class io.swagger.models.AbstractModel
 
equals(Object) - Method in class io.swagger.models.ArrayModel
 
equals(Object) - Method in class io.swagger.models.auth.AbstractSecuritySchemeDefinition
 
equals(Object) - Method in class io.swagger.models.auth.ApiKeyAuthDefinition
 
equals(Object) - Method in class io.swagger.models.auth.AuthorizationValue
 
equals(Object) - Method in class io.swagger.models.auth.BasicAuthDefinition
 
equals(Object) - Method in class io.swagger.models.auth.OAuth2Definition
 
equals(Object) - Method in class io.swagger.models.ComposedModel
 
equals(Object) - Method in class io.swagger.models.Contact
 
equals(Object) - Method in class io.swagger.models.ExternalDocs
 
equals(Object) - Method in class io.swagger.models.Info
 
equals(Object) - Method in class io.swagger.models.License
 
equals(Object) - Method in class io.swagger.models.ModelImpl
 
equals(Object) - Method in class io.swagger.models.Operation
 
equals(Object) - Method in class io.swagger.models.parameters.AbstractParameter
 
equals(Object) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
equals(Object) - Method in class io.swagger.models.parameters.BodyParameter
 
equals(Object) - Method in class io.swagger.models.parameters.RefParameter
 
equals(Object) - Method in class io.swagger.models.Path
 
equals(Object) - Method in class io.swagger.models.properties.AbstractNumericProperty
 
equals(Object) - Method in class io.swagger.models.properties.AbstractProperty
 
equals(Object) - Method in class io.swagger.models.properties.ArrayProperty
 
equals(Object) - Method in class io.swagger.models.properties.BinaryProperty
 
equals(Object) - Method in class io.swagger.models.properties.BooleanProperty
 
equals(Object) - Method in class io.swagger.models.properties.DoubleProperty
 
equals(Object) - Method in class io.swagger.models.properties.FloatProperty
 
equals(Object) - Method in class io.swagger.models.properties.IntegerProperty
 
equals(Object) - Method in class io.swagger.models.properties.LongProperty
 
equals(Object) - Method in class io.swagger.models.properties.MapProperty
 
equals(Object) - Method in class io.swagger.models.properties.PasswordProperty
 
equals(Object) - Method in class io.swagger.models.properties.RefProperty
 
equals(Object) - Method in class io.swagger.models.properties.StringProperty
 
equals(Object) - Method in class io.swagger.models.properties.UUIDProperty
 
equals(Object) - Method in class io.swagger.models.RefModel
 
equals(Object) - Method in class io.swagger.models.RefPath
 
equals(Object) - Method in class io.swagger.models.RefResponse
 
equals(Object) - Method in class io.swagger.models.refs.GenericRef
 
equals(Object) - Method in class io.swagger.models.Response
 
equals(Object) - Method in class io.swagger.models.SecurityRequirement
 
equals(Object) - Method in class io.swagger.models.SecurityScope
 
equals(Object) - Method in class io.swagger.models.Swagger
 
equals(Object) - Method in class io.swagger.models.Tag
 
equals(Object) - Method in class io.swagger.models.Xml
 
Example - Annotation Type in io.swagger.annotations
An optionally named list of example properties.
example(Object) - Method in class io.swagger.models.ModelImpl
 
example - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
example(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
example(String, String) - Method in class io.swagger.models.parameters.BodyParameter
 
example(Boolean) - Method in class io.swagger.models.properties.BooleanProperty
 
example(String) - Method in class io.swagger.models.properties.ByteArrayProperty
 
example(String) - Method in class io.swagger.models.properties.DateProperty
 
example(String) - Method in class io.swagger.models.properties.DateTimeProperty
 
example(String) - Method in class io.swagger.models.properties.DecimalProperty
 
example(Double) - Method in class io.swagger.models.properties.DoubleProperty
 
example(String) - Method in class io.swagger.models.properties.EmailProperty
 
example(Float) - Method in class io.swagger.models.properties.FloatProperty
 
example(Integer) - Method in class io.swagger.models.properties.IntegerProperty
 
example(Long) - Method in class io.swagger.models.properties.LongProperty
 
example(String) - Method in class io.swagger.models.properties.ObjectProperty
 
example(String) - Method in class io.swagger.models.properties.StringProperty
 
example(String, Object) - Method in class io.swagger.models.Response
 
ExampleProperty - Annotation Type in io.swagger.annotations
A mediaType/value property within a Swagger example
exclusiveMaximum - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
exclusiveMaximum - Variable in class io.swagger.models.properties.AbstractNumericProperty
 
exclusiveMaximum(Boolean) - Method in class io.swagger.models.properties.AbstractNumericProperty
 
exclusiveMinimum - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
exclusiveMinimum - Variable in class io.swagger.models.properties.AbstractNumericProperty
 
exclusiveMinimum(Boolean) - Method in class io.swagger.models.properties.AbstractNumericProperty
 
Extension - Annotation Type in io.swagger.annotations
An optionally named list of extension properties.
ExtensionProperty - Annotation Type in io.swagger.annotations
A name/value property within a Swagger extension
ExternalDocs - Annotation Type in io.swagger.annotations
Represents an external documentation description.
ExternalDocs - Class in io.swagger.models
ExternalDocs() - Constructor for class io.swagger.models.ExternalDocs
 
ExternalDocs(String, String) - Constructor for class io.swagger.models.ExternalDocs
 
externalDocs(ExternalDocs) - Method in class io.swagger.models.Operation
 
externalDocs - Variable in class io.swagger.models.Swagger
 
externalDocs(ExternalDocs) - Method in class io.swagger.models.Swagger
 
externalDocs(ExternalDocs) - Method in class io.swagger.models.Tag
 
extractOperationMethod(ApiOperation, Method, Iterator<SwaggerExtension>) - Method in class io.swagger.jaxrs.ext.AbstractSwaggerExtension
 
extractOperationMethod(ApiOperation, Method, Iterator<SwaggerExtension>) - Method in interface io.swagger.jaxrs.ext.SwaggerExtension
 
extractOperationMethod(ApiOperation, Method, Iterator<SwaggerExtension>) - Method in class io.swagger.jaxrs.Reader
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>) - Method in class io.swagger.jaxrs.DefaultParameterExtension
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>) - Method in class io.swagger.jaxrs.ext.AbstractSwaggerExtension
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>) - Method in interface io.swagger.jaxrs.ext.SwaggerExtension
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>) - Method in class io.swagger.jersey.SwaggerJersey2Jaxrs
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>) - Method in class io.swagger.jersey.SwaggerJerseyJaxrs
 
extractTags(Api) - Method in class io.swagger.jaxrs.Reader
 

F

FileProperty - Class in io.swagger.models.properties
 
FileProperty() - Constructor for class io.swagger.models.properties.FileProperty
 
FILTER - Static variable in class io.swagger.config.FilterFactory
 
filter(Swagger, SwaggerSpecFilter, Map<String, List<String>>, Map<String, String>, Map<String, List<String>>) - Method in class io.swagger.core.filter.SpecFilter
 
filterClass - Variable in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
filterClass - Variable in class io.swagger.jaxrs.config.WebXMLReader
 
filterDefinitions(SwaggerSpecFilter, Map<String, Model>, Map<String, List<String>>, Map<String, String>, Map<String, List<String>>) - Method in class io.swagger.core.filter.SpecFilter
 
FilterFactory - Class in io.swagger.config
 
FilterFactory() - Constructor for class io.swagger.config.FilterFactory
 
filterOperation(SwaggerSpecFilter, Operation, ApiDescription, Map<String, List<String>>, Map<String, String>, Map<String, List<String>>) - Method in class io.swagger.core.filter.SpecFilter
 
findMethod(Method, Class<?>) - Static method in class io.swagger.util.ReflectionUtils
Searches the method methodToFind in given class cls.
findPropertyDescription(Annotated) - Method in class io.swagger.jackson.SwaggerAnnotationIntrospector
 
findPropertyIndex(Annotated) - Method in class io.swagger.jackson.SwaggerAnnotationIntrospector
 
findStdName(JavaType) - Method in class io.swagger.jackson.TypeNameResolver
 
findSubtypes(Annotated) - Method in class io.swagger.jackson.SwaggerAnnotationIntrospector
 
findTypeName(AnnotatedClass) - Method in class io.swagger.jackson.SwaggerAnnotationIntrospector
 
findValue(Map<PropertyBuilder.PropertyId, Object>) - Method in enum io.swagger.models.properties.PropertyBuilder.PropertyId
 
FloatProperty - Class in io.swagger.models.properties
 
FloatProperty() - Constructor for class io.swagger.models.properties.FloatProperty
 
format(String) - Method in class io.swagger.models.ModelImpl
 
format - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
format(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
FormParameter - Class in io.swagger.models.parameters
 
FormParameter() - Constructor for class io.swagger.models.parameters.FormParameter
 
forValue(String) - Static method in enum io.swagger.models.auth.In
 
forValue(String) - Static method in enum io.swagger.models.Scheme
 
fromName(String) - Static method in enum io.swagger.models.properties.StringProperty.Format
 
fromName(String) - Static method in enum io.swagger.util.PrimitiveType
 
fromType(Type) - Static method in enum io.swagger.util.PrimitiveType
 

G

GenericRef - Class in io.swagger.models.refs
A class the encapsulates logic that is common to RefModel, RefParameter, and RefProperty.
GenericRef(RefType, String) - Constructor for class io.swagger.models.refs.GenericRef
 
get(Operation) - Method in class io.swagger.models.Path
 
get$ref() - Method in class io.swagger.models.parameters.RefParameter
 
get$ref() - Method in class io.swagger.models.properties.RefProperty
 
get$ref() - Method in class io.swagger.models.RefModel
 
get$ref() - Method in class io.swagger.models.RefPath
 
get$ref() - Method in class io.swagger.models.RefResponse
 
getAccess() - Method in class io.swagger.models.parameters.AbstractParameter
 
getAccess() - Method in interface io.swagger.models.parameters.Parameter
 
getAccess() - Method in class io.swagger.models.properties.AbstractProperty
 
getAccess() - Method in interface io.swagger.models.properties.Property
 
getAccess() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
getAdditionalProperties() - Method in class io.swagger.models.ModelImpl
 
getAdditionalProperties() - Method in class io.swagger.models.properties.MapProperty
 
getAllOf() - Method in class io.swagger.models.ComposedModel
 
getAllowableValues() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
getAnnotation() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
getAnnotation(Method, Class<A>) - Static method in class io.swagger.util.ReflectionUtils
Returns an annotation by type from a method.
getAnnotation(Class<?>, Class<A>) - Static method in class io.swagger.util.ReflectionUtils
 
getAttribute() - Method in class io.swagger.models.Xml
 
getAuthorizationUrl() - Method in class io.swagger.models.auth.OAuth2Definition
 
getBasePath() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getBasePath() - Method in class io.swagger.models.Swagger
 
getChild() - Method in class io.swagger.models.ComposedModel
 
getCls() - Method in class io.swagger.servlet.ReaderContext
 
getCollectionFormat() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getCollectionFormat() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getCommonName(Type) - Static method in enum io.swagger.util.PrimitiveType
 
getCommonName() - Method in enum io.swagger.util.PrimitiveType
 
getConfig(String) - Method in class io.swagger.jaxrs.config.SwaggerConfigLocator
 
getConfig() - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
getConfig() - Method in class io.swagger.jaxrs.Reader
 
getConfigId() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getConfigIdFromInitParam(ServletConfig) - Static method in class io.swagger.jaxrs.config.SwaggerContextService
 
getConsumes() - Method in class io.swagger.models.Operation
 
getConsumes() - Method in class io.swagger.models.Swagger
 
getContact() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getContact() - Method in class io.swagger.models.Info
 
getContextId() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getConverters() - Method in interface io.swagger.converter.ModelConverterContext
 
getConverters() - Method in class io.swagger.converter.ModelConverterContextImpl
 
getDataType() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
getDeclaredFields(Class<?>) - Static method in class io.swagger.util.ReflectionUtils
Returns the list of declared fields from the class cls and its superclasses excluding Object class.
getDefault() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getDefault() - Method in class io.swagger.models.properties.BinaryProperty
 
getDefault() - Method in class io.swagger.models.properties.BooleanProperty
 
getDefault() - Method in class io.swagger.models.properties.DoubleProperty
 
getDefault() - Method in class io.swagger.models.properties.FloatProperty
 
getDefault() - Method in class io.swagger.models.properties.IntegerProperty
 
getDefault() - Method in class io.swagger.models.properties.LongProperty
 
getDefault() - Method in class io.swagger.models.properties.PasswordProperty
 
getDefault() - Method in class io.swagger.models.properties.StringProperty
 
getDefault() - Method in class io.swagger.models.properties.UUIDProperty
 
getDefaultCollectionFormat() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getDefaultCollectionFormat() - Method in class io.swagger.models.parameters.FormParameter
 
getDefaultCollectionFormat() - Method in class io.swagger.models.parameters.QueryParameter
 
getDefaultValue() - Method in class io.swagger.models.ModelImpl
 
getDefaultValue() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getDefaultValue() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
getDefinedModels() - Method in class io.swagger.converter.ModelConverterContextImpl
 
getDefinitions() - Method in class io.swagger.models.Swagger
 
getDelete() - Method in class io.swagger.models.Path
 
getDescription() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getDescription() - Method in class io.swagger.models.ArrayModel
 
getDescription() - Method in class io.swagger.models.auth.AbstractSecuritySchemeDefinition
 
getDescription() - Method in interface io.swagger.models.auth.SecuritySchemeDefinition
 
getDescription() - Method in class io.swagger.models.ComposedModel
 
getDescription() - Method in class io.swagger.models.ExternalDocs
 
getDescription() - Method in class io.swagger.models.Info
 
getDescription() - Method in interface io.swagger.models.Model
 
getDescription() - Method in class io.swagger.models.ModelImpl
 
getDescription() - Method in class io.swagger.models.Operation
 
getDescription() - Method in class io.swagger.models.parameters.AbstractParameter
 
getDescription() - Method in interface io.swagger.models.parameters.Parameter
 
getDescription() - Method in class io.swagger.models.properties.AbstractProperty
 
getDescription() - Method in interface io.swagger.models.properties.Property
 
getDescription() - Method in class io.swagger.models.RefModel
 
getDescription() - Method in class io.swagger.models.Response
 
getDescription() - Method in class io.swagger.models.SecurityScope
 
getDescription() - Method in class io.swagger.models.Tag
 
getDescription() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
getDiscriminator() - Method in class io.swagger.models.ModelImpl
 
getEmail() - Method in class io.swagger.models.Contact
 
getEnum() - Method in class io.swagger.models.ModelImpl
 
getEnum() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getEnum() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getEnum() - Method in class io.swagger.models.properties.BinaryProperty
 
getEnum() - Method in class io.swagger.models.properties.DateProperty
 
getEnum() - Method in class io.swagger.models.properties.DateTimeProperty
 
getEnum() - Method in class io.swagger.models.properties.DoubleProperty
 
getEnum() - Method in class io.swagger.models.properties.FloatProperty
 
getEnum() - Method in class io.swagger.models.properties.IntegerProperty
 
getEnum() - Method in class io.swagger.models.properties.LongProperty
 
getEnum() - Method in class io.swagger.models.properties.PasswordProperty
 
getEnum() - Method in class io.swagger.models.properties.StringProperty
 
getEnum() - Method in class io.swagger.models.properties.UUIDProperty
 
getExample() - Method in class io.swagger.models.ArrayModel
 
getExample() - Method in class io.swagger.models.ComposedModel
 
getExample() - Method in interface io.swagger.models.Model
 
getExample() - Method in class io.swagger.models.ModelImpl
 
getExample() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getExample() - Method in class io.swagger.models.properties.AbstractProperty
 
getExample() - Method in interface io.swagger.models.properties.Property
 
getExample() - Method in class io.swagger.models.RefModel
 
getExample() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
getExamples() - Method in class io.swagger.models.parameters.BodyParameter
 
getExamples() - Method in class io.swagger.models.Response
 
getExclusiveMaximum() - Method in class io.swagger.models.properties.AbstractNumericProperty
 
getExclusiveMinimum() - Method in class io.swagger.models.properties.AbstractNumericProperty
 
getExtensions() - Static method in class io.swagger.jaxrs.ext.SwaggerExtensions
 
getExtensions() - Static method in class io.swagger.servlet.extensions.ReaderExtensions
 
getExternalDocs() - Method in class io.swagger.models.AbstractModel
 
getExternalDocs() - Method in interface io.swagger.models.Model
 
getExternalDocs() - Method in class io.swagger.models.Operation
 
getExternalDocs() - Method in class io.swagger.models.RefModel
 
getExternalDocs() - Method in class io.swagger.models.Swagger
 
getExternalDocs() - Method in class io.swagger.models.Tag
 
getFilter() - Static method in class io.swagger.config.FilterFactory
 
getFilterClass() - Method in interface io.swagger.config.SwaggerConfig
 
getFilterClass() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getFilterClass() - Method in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
getFilterClass() - Method in class io.swagger.jaxrs.config.WebXMLReader
 
getFilterClass() - Method in class io.swagger.servlet.config.WebXMLReader
 
getFlow() - Method in class io.swagger.models.auth.OAuth2Definition
 
getFormat() - Method in class io.swagger.models.ModelImpl
 
getFormat() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getFormat() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getFormat() - Method in class io.swagger.models.properties.AbstractProperty
 
getFormat() - Method in interface io.swagger.models.properties.Property
 
getFormat() - Method in class io.swagger.models.refs.GenericRef
 
getGet() - Method in class io.swagger.models.Path
 
getHead() - Method in class io.swagger.models.Path
 
getHeaders() - Method in class io.swagger.models.Response
 
getHost() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getHost() - Method in class io.swagger.models.Swagger
 
getHttpMethod(ReaderContext, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Returns http method.
getHttpMethod(ReaderContext, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
getIgnoredRoutes() - Method in class io.swagger.jaxrs.config.DefaultReaderConfig
 
getIgnoredRoutes() - Method in interface io.swagger.jaxrs.config.ReaderConfig
Returns paths of resources to be ignored.
getIn() - Method in class io.swagger.models.auth.ApiKeyAuthDefinition
 
getIn() - Method in class io.swagger.models.parameters.AbstractParameter
 
getIn() - Method in interface io.swagger.models.parameters.Parameter
 
getInfo() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getInfo() - Method in class io.swagger.models.Swagger
 
getInnerType(String) - Method in class io.swagger.jackson.ModelResolver
 
getInstance() - Static method in class io.swagger.converter.ModelConverters
 
getInstance() - Static method in class io.swagger.jaxrs.config.SwaggerConfigLocator
 
getInstance() - Static method in class io.swagger.jaxrs.config.SwaggerScannerLocator
 
getInterfaces() - Method in class io.swagger.models.ComposedModel
 
getInternalPrefix() - Method in enum io.swagger.models.refs.RefType
The prefix in an internal reference of this type.
getItems() - Method in class io.swagger.models.ArrayModel
 
getItems() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getItems() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getItems() - Method in class io.swagger.models.properties.ArrayProperty
 
getItems() - Method in class io.swagger.util.AllowableEnumValues
 
getKeyClass() - Method in enum io.swagger.util.PrimitiveType
 
getKeyName() - Method in class io.swagger.models.auth.AuthorizationValue
 
getLicense() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getLicense() - Method in class io.swagger.models.Info
 
getLicenseUrl() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getListing(Application, ServletConfig, HttpHeaders, UriInfo, String) - Method in class io.swagger.jaxrs.listing.ApiListingResource
 
getListingJson(Application, ServletConfig, HttpHeaders, UriInfo) - Method in class io.swagger.jaxrs.listing.AcceptHeaderApiListingResource
 
getListingJson(Application, HttpHeaders, UriInfo) - Method in class io.swagger.mule.ApiListingJSON
 
getListingJsonResponse(Application, ServletContext, ServletConfig, HttpHeaders, UriInfo) - Method in class io.swagger.jaxrs.listing.BaseApiListingResource
 
getListingYaml(Application, ServletConfig, HttpHeaders, UriInfo) - Method in class io.swagger.jaxrs.listing.AcceptHeaderApiListingResource
 
getListingYaml(Application, HttpHeaders, UriInfo) - Method in class io.swagger.mule.ApiListingJSON
 
getListingYamlResponse(Application, ServletContext, ServletConfig, HttpHeaders, UriInfo) - Method in class io.swagger.jaxrs.listing.BaseApiListingResource
 
getMaximum() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getMaximum() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getMaximum() - Method in class io.swagger.models.properties.AbstractNumericProperty
 
getMaximum() - Method in class io.swagger.util.AllowableRangeValues
 
getMaxItems() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getMaxItems() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getMaxItems() - Method in class io.swagger.models.properties.ArrayProperty
 
getMaxLength() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getMaxLength() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getMaxLength() - Method in class io.swagger.models.properties.BinaryProperty
 
getMaxLength() - Method in class io.swagger.models.properties.PasswordProperty
 
getMaxLength() - Method in class io.swagger.models.properties.StringProperty
 
getMaxLength() - Method in class io.swagger.models.properties.UUIDProperty
 
getMethod() - Method in class io.swagger.model.ApiDescription
Deprecated.
 
getMinimum() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getMinimum() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getMinimum() - Method in class io.swagger.models.properties.AbstractNumericProperty
 
getMinimum() - Method in class io.swagger.util.AllowableRangeValues
 
getMinItems() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getMinItems() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getMinItems() - Method in class io.swagger.models.properties.ArrayProperty
 
getMinLength() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getMinLength() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getMinLength() - Method in class io.swagger.models.properties.BinaryProperty
 
getMinLength() - Method in class io.swagger.models.properties.PasswordProperty
 
getMinLength() - Method in class io.swagger.models.properties.StringProperty
 
getMinLength() - Method in class io.swagger.models.properties.UUIDProperty
 
getMultipleOf() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getMultipleOf() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getName() - Method in class io.swagger.models.auth.ApiKeyAuthDefinition
 
getName() - Method in class io.swagger.models.Contact
 
getName() - Method in class io.swagger.models.License
 
getName() - Method in class io.swagger.models.ModelImpl
 
getName() - Method in class io.swagger.models.parameters.AbstractParameter
 
getName() - Method in interface io.swagger.models.parameters.Parameter
 
getName() - Method in class io.swagger.models.properties.AbstractProperty
 
getName() - Method in interface io.swagger.models.properties.Property
 
getName() - Method in enum io.swagger.models.properties.StringProperty.Format
 
getName() - Method in class io.swagger.models.SecurityRequirement
Deprecated.
getName() - Method in class io.swagger.models.SecurityScope
 
getName() - Method in class io.swagger.models.Tag
 
getName() - Method in class io.swagger.models.Xml
 
getName() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
getNamespace() - Method in class io.swagger.models.Xml
 
getOperationId() - Method in class io.swagger.models.Operation
 
getOperationMap() - Method in class io.swagger.models.Path
 
getOperations() - Method in class io.swagger.models.Path
 
getOptions() - Method in class io.swagger.models.Path
 
getOverriddenMethod(Method) - Static method in class io.swagger.util.ReflectionUtils
Returns overridden method from superclass if it exists.
getParameter(String) - Method in class io.swagger.models.Swagger
 
getParameters() - Method in class io.swagger.models.Operation
 
getParameters() - Method in class io.swagger.models.Path
 
getParameters() - Method in class io.swagger.models.Swagger
 
getParamType() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
getParent() - Method in class io.swagger.models.ComposedModel
 
getParentConsumes() - Method in class io.swagger.servlet.ReaderContext
 
getParentHttpMethod() - Method in class io.swagger.servlet.ReaderContext
 
getParentParameters() - Method in class io.swagger.servlet.ReaderContext
 
getParentPath() - Method in class io.swagger.servlet.ReaderContext
 
getParentProduces() - Method in class io.swagger.servlet.ReaderContext
 
getParentTags() - Method in class io.swagger.servlet.ReaderContext
 
getPatch() - Method in class io.swagger.models.Path
 
getPath() - Method in class io.swagger.model.ApiDescription
Deprecated.
 
getPath(String) - Method in class io.swagger.models.Swagger
 
getPath(ReaderContext, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Returns operation's path.
getPath(ReaderContext, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
getPaths() - Method in class io.swagger.models.Swagger
 
getPattern() - Method in class io.swagger.models.parameters.AbstractParameter
 
getPattern() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getPattern() - Method in interface io.swagger.models.parameters.Parameter
 
getPattern() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getPattern() - Method in class io.swagger.models.properties.BinaryProperty
 
getPattern() - Method in class io.swagger.models.properties.PasswordProperty
 
getPattern() - Method in class io.swagger.models.properties.StringProperty
 
getPattern() - Method in class io.swagger.models.properties.UUIDProperty
 
getPosition() - Method in class io.swagger.models.properties.AbstractProperty
 
getPosition() - Method in interface io.swagger.models.properties.Property
 
getPost() - Method in class io.swagger.models.Path
 
getPrefix() - Method in class io.swagger.models.Xml
 
getPrettyPrint() - Method in interface io.swagger.config.Scanner
 
getPrettyPrint() - Method in class io.swagger.jaxrs.config.AbstractScanner
 
getPrettyPrint() - Method in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
getPrettyPrint() - Method in class io.swagger.servlet.config.ServletScanner
 
getPriority() - Method in interface io.swagger.servlet.extensions.ReaderExtension
Returns this extension's priority.
getPriority() - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
getProduces() - Method in class io.swagger.models.Operation
 
getProduces() - Method in class io.swagger.models.Swagger
 
getProperties() - Method in class io.swagger.models.ArrayModel
 
getProperties() - Method in class io.swagger.models.ComposedModel
 
getProperties() - Method in interface io.swagger.models.Model
 
getProperties() - Method in class io.swagger.models.ModelImpl
 
getProperties() - Method in class io.swagger.models.properties.ObjectProperty
 
getProperties() - Method in class io.swagger.models.RefModel
 
getPropertyComparator() - Static method in class io.swagger.jackson.AbstractModelConverter
 
getPropertyName() - Method in enum io.swagger.models.properties.PropertyBuilder.PropertyId
 
getPut() - Method in class io.swagger.models.Path
 
getReaderConfig(ServletContext) - Static method in class io.swagger.jaxrs.config.ReaderConfigUtils
 
getReadOnly() - Method in class io.swagger.models.properties.AbstractProperty
 
getReadOnly() - Method in interface io.swagger.models.properties.Property
 
getRef() - Method in class io.swagger.models.refs.GenericRef
 
getReference() - Method in class io.swagger.models.AbstractModel
 
getReference() - Method in interface io.swagger.models.Model
 
getReference() - Method in class io.swagger.models.RefModel
 
getRefFormat() - Method in class io.swagger.models.parameters.RefParameter
 
getRefFormat() - Method in class io.swagger.models.properties.RefProperty
 
getRefFormat() - Method in class io.swagger.models.RefModel
 
getRefFormat() - Method in class io.swagger.models.RefPath
 
getRefFormat() - Method in class io.swagger.models.RefResponse
 
getReflections() - Method in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
getRequired() - Method in class io.swagger.models.ModelImpl
 
getRequired() - Method in class io.swagger.models.parameters.AbstractParameter
 
getRequired() - Method in interface io.swagger.models.parameters.Parameter
 
getRequired() - Method in class io.swagger.models.parameters.RefParameter
 
getRequired() - Method in class io.swagger.models.properties.AbstractProperty
 
getRequired() - Method in interface io.swagger.models.properties.Property
 
getRequiredProperties() - Method in class io.swagger.models.properties.ObjectProperty
 
getRequirements() - Method in class io.swagger.models.SecurityRequirement
 
getResourcePackage() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getResourcePackage() - Method in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
getResourcePackage() - Method in class io.swagger.servlet.config.ServletScanner
 
getResponses() - Method in class io.swagger.models.Operation
 
getResponses() - Method in class io.swagger.models.Swagger
 
getScan() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getScanner() - Static method in class io.swagger.config.ScannerFactory
 
getScanner() - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
getScanner(String) - Method in class io.swagger.jaxrs.config.SwaggerScannerLocator
 
getScannerId() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getScannerIdFromInitParam(ServletConfig) - Static method in class io.swagger.jaxrs.config.SwaggerContextService
 
getSchema() - Method in class io.swagger.models.parameters.BodyParameter
 
getSchema() - Method in class io.swagger.models.Response
 
getSchemes() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getSchemes() - Method in class io.swagger.models.Operation
 
getSchemes() - Method in class io.swagger.models.Swagger
 
getScopes() - Method in class io.swagger.models.auth.OAuth2Definition
 
getScopes() - Method in class io.swagger.models.SecurityRequirement
Deprecated.
getSecurity() - Method in class io.swagger.models.Operation
 
getSecurity() - Method in class io.swagger.models.Swagger
 
getSecurityDefinitions() - Method in class io.swagger.models.Swagger
 
getSecurityRequirement() - Method in class io.swagger.models.Swagger
Deprecated.
getSimpleRef() - Method in class io.swagger.models.parameters.RefParameter
 
getSimpleRef() - Method in class io.swagger.models.properties.RefProperty
 
getSimpleRef() - Method in class io.swagger.models.RefModel
 
getSimpleRef() - Method in class io.swagger.models.RefResponse
 
getSimpleRef() - Method in class io.swagger.models.refs.GenericRef
 
getSize(Swagger, Class, Type, Annotation[], MediaType) - Method in class io.swagger.jaxrs.listing.SwaggerSerializers
 
getSubResource(Method) - Method in class io.swagger.jaxrs.Reader
 
getSubResourceWithJaxRsSubresourceLocatorSpecs(Method) - Method in class io.swagger.jaxrs.Reader
 
getSummary() - Method in class io.swagger.models.Operation
 
getSwagger() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getSwagger(String) - Method in class io.swagger.jaxrs.config.SwaggerConfigLocator
 
getSwagger() - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
getSwagger() - Method in class io.swagger.jaxrs.Reader
 
getSwagger() - Method in class io.swagger.models.Swagger
 
getSwagger() - Method in class io.swagger.servlet.ReaderContext
 
getTags() - Method in class io.swagger.models.Operation
 
getTags() - Method in class io.swagger.models.Swagger
 
getTermsOfService() - Method in class io.swagger.models.Info
 
getTermsOfServiceUrl() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getTitle() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getTitle() - Method in class io.swagger.models.AbstractModel
 
getTitle() - Method in class io.swagger.models.Info
 
getTitle() - Method in interface io.swagger.models.Model
 
getTitle() - Method in class io.swagger.models.properties.AbstractProperty
 
getTitle() - Method in interface io.swagger.models.properties.Property
 
getTitle() - Method in class io.swagger.models.RefModel
 
getTokenUrl() - Method in class io.swagger.models.auth.OAuth2Definition
 
getType() - Method in class io.swagger.models.ArrayModel
 
getType() - Method in class io.swagger.models.auth.ApiKeyAuthDefinition
 
getType() - Method in class io.swagger.models.auth.AuthorizationValue
 
getType() - Method in class io.swagger.models.auth.BasicAuthDefinition
 
getType() - Method in class io.swagger.models.auth.OAuth2Definition
 
getType() - Method in interface io.swagger.models.auth.SecuritySchemeDefinition
 
getType() - Method in class io.swagger.models.ModelImpl
 
getType() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
getType() - Method in interface io.swagger.models.parameters.SerializableParameter
 
getType() - Method in class io.swagger.models.properties.AbstractProperty
 
getType() - Method in interface io.swagger.models.properties.Property
 
getType() - Method in class io.swagger.models.properties.RefProperty
 
getType() - Method in class io.swagger.models.refs.GenericRef
 
getUniqueItems() - Method in class io.swagger.models.properties.ArrayProperty
 
getUrl() - Method in class io.swagger.models.Contact
 
getUrl() - Method in class io.swagger.models.ExternalDocs
 
getUrl() - Method in class io.swagger.models.License
 
getValue() - Method in class io.swagger.models.auth.AuthorizationValue
 
getVendorExtensions() - Method in class io.swagger.models.AbstractModel
 
getVendorExtensions() - Method in class io.swagger.models.auth.AbstractSecuritySchemeDefinition
 
getVendorExtensions() - Method in interface io.swagger.models.auth.SecuritySchemeDefinition
 
getVendorExtensions() - Method in class io.swagger.models.ExternalDocs
 
getVendorExtensions() - Method in class io.swagger.models.Info
 
getVendorExtensions() - Method in class io.swagger.models.License
 
getVendorExtensions() - Method in interface io.swagger.models.Model
 
getVendorExtensions() - Method in class io.swagger.models.Operation
 
getVendorExtensions() - Method in class io.swagger.models.parameters.AbstractParameter
 
getVendorExtensions() - Method in interface io.swagger.models.parameters.Parameter
 
getVendorExtensions() - Method in class io.swagger.models.Path
 
getVendorExtensions() - Method in class io.swagger.models.properties.AbstractProperty
 
getVendorExtensions() - Method in interface io.swagger.models.properties.Property
 
getVendorExtensions() - Method in class io.swagger.models.RefModel
 
getVendorExtensions() - Method in class io.swagger.models.Response
 
getVendorExtensions() - Method in class io.swagger.models.Swagger
 
getVendorExtensions() - Method in class io.swagger.models.Tag
 
getVersion() - Method in class io.swagger.jaxrs.config.BeanConfig
 
getVersion() - Method in class io.swagger.models.Info
 
getWrapped() - Method in class io.swagger.models.Xml
 
getXml() - Method in class io.swagger.models.ModelImpl
 
getXml() - Method in class io.swagger.models.properties.AbstractProperty
 
getXml() - Method in interface io.swagger.models.properties.Property
 
getXml(JsonNode) - Method in class io.swagger.util.PropertyDeserializer
 

H

hashCode() - Method in class io.swagger.models.AbstractModel
 
hashCode() - Method in class io.swagger.models.ArrayModel
 
hashCode() - Method in class io.swagger.models.auth.AbstractSecuritySchemeDefinition
 
hashCode() - Method in class io.swagger.models.auth.ApiKeyAuthDefinition
 
hashCode() - Method in class io.swagger.models.auth.AuthorizationValue
 
hashCode() - Method in class io.swagger.models.auth.BasicAuthDefinition
 
hashCode() - Method in class io.swagger.models.auth.OAuth2Definition
 
hashCode() - Method in class io.swagger.models.ComposedModel
 
hashCode() - Method in class io.swagger.models.Contact
 
hashCode() - Method in class io.swagger.models.ExternalDocs
 
hashCode() - Method in class io.swagger.models.Info
 
hashCode() - Method in class io.swagger.models.License
 
hashCode() - Method in class io.swagger.models.ModelImpl
 
hashCode() - Method in class io.swagger.models.Operation
 
hashCode() - Method in class io.swagger.models.parameters.AbstractParameter
 
hashCode() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
hashCode() - Method in class io.swagger.models.parameters.BodyParameter
 
hashCode() - Method in class io.swagger.models.parameters.RefParameter
 
hashCode() - Method in class io.swagger.models.Path
 
hashCode() - Method in class io.swagger.models.properties.AbstractNumericProperty
 
hashCode() - Method in class io.swagger.models.properties.AbstractProperty
 
hashCode() - Method in class io.swagger.models.properties.ArrayProperty
 
hashCode() - Method in class io.swagger.models.properties.BinaryProperty
 
hashCode() - Method in class io.swagger.models.properties.BooleanProperty
 
hashCode() - Method in class io.swagger.models.properties.DoubleProperty
 
hashCode() - Method in class io.swagger.models.properties.FloatProperty
 
hashCode() - Method in class io.swagger.models.properties.IntegerProperty
 
hashCode() - Method in class io.swagger.models.properties.LongProperty
 
hashCode() - Method in class io.swagger.models.properties.MapProperty
 
hashCode() - Method in class io.swagger.models.properties.PasswordProperty
 
hashCode() - Method in class io.swagger.models.properties.RefProperty
 
hashCode() - Method in class io.swagger.models.properties.StringProperty
 
hashCode() - Method in class io.swagger.models.properties.UUIDProperty
 
hashCode() - Method in class io.swagger.models.RefModel
 
hashCode() - Method in class io.swagger.models.RefPath
 
hashCode() - Method in class io.swagger.models.RefResponse
 
hashCode() - Method in class io.swagger.models.refs.GenericRef
 
hashCode() - Method in class io.swagger.models.Response
 
hashCode() - Method in class io.swagger.models.SecurityRequirement
 
hashCode() - Method in class io.swagger.models.SecurityScope
 
hashCode() - Method in class io.swagger.models.Swagger
 
hashCode() - Method in class io.swagger.models.Tag
 
hashCode() - Method in class io.swagger.models.Xml
 
hasIgnoreMarker(AnnotatedMember) - Method in class io.swagger.jackson.SwaggerAnnotationIntrospector
 
hasRequiredMarker(AnnotatedMember) - Method in class io.swagger.jackson.SwaggerAnnotationIntrospector
 
head(Operation) - Method in class io.swagger.models.Path
 
header(String, Property) - Method in class io.swagger.models.Response
 
HeaderParameter - Class in io.swagger.models.parameters
 
HeaderParameter() - Constructor for class io.swagger.models.parameters.HeaderParameter
 
headers(Map<String, Property>) - Method in class io.swagger.models.Response
 
host - Variable in class io.swagger.jaxrs.config.WebXMLReader
 
host - Variable in class io.swagger.models.Swagger
 
host(String) - Method in class io.swagger.models.Swagger
 
HttpMethod - Enum in io.swagger.models
Created by russellb337 on 7/10/15.

I

ignore(Annotated, XmlAccessorType, String, Set<String>) - Method in class io.swagger.jackson.ModelResolver
 
implicit(String) - Method in class io.swagger.models.auth.OAuth2Definition
 
in(In) - Method in class io.swagger.models.auth.ApiKeyAuthDefinition
 
In - Enum in io.swagger.models.auth
 
in - Variable in class io.swagger.models.parameters.AbstractParameter
 
Info - Annotation Type in io.swagger.annotations
High-level metadata for a Swagger definition - see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#infoObject
Info - Class in io.swagger.models
 
Info() - Constructor for class io.swagger.models.Info
 
info - Variable in class io.swagger.models.Swagger
 
info(Info) - Method in class io.swagger.models.Swagger
 
init(ServletConfig) - Method in class io.swagger.jaxrs.config.DefaultJaxrsConfig
 
init(ServletConfig) - Method in class io.swagger.jersey.config.JerseyJaxrsConfig
 
init(Swagger) - Static method in class io.swagger.mule.ApiListingJSON
 
init(ServletConfig) - Method in class io.swagger.servlet.config.DefaultServletConfig
 
init(ServletConfig) - Method in class io.swagger.servlet.listing.ApiDeclarationServlet
 
initConfig() - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
initConfig(Swagger) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
initReaderConfig(ServletConfig) - Static method in class io.swagger.jaxrs.config.ReaderConfigUtils
 
initScanner() - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
IntegerProperty - Class in io.swagger.models.properties
 
IntegerProperty() - Constructor for class io.swagger.models.properties.IntegerProperty
 
interfaces(List<RefModel>) - Method in class io.swagger.models.ComposedModel
 
io.swagger.annotations - package io.swagger.annotations
 
io.swagger.config - package io.swagger.config
 
io.swagger.converter - package io.swagger.converter
 
io.swagger.core.filter - package io.swagger.core.filter
 
io.swagger.jackson - package io.swagger.jackson
 
io.swagger.jaxrs - package io.swagger.jaxrs
 
io.swagger.jaxrs.config - package io.swagger.jaxrs.config
 
io.swagger.jaxrs.ext - package io.swagger.jaxrs.ext
 
io.swagger.jaxrs.listing - package io.swagger.jaxrs.listing
 
io.swagger.jaxrs.utils - package io.swagger.jaxrs.utils
 
io.swagger.jersey - package io.swagger.jersey
 
io.swagger.jersey.config - package io.swagger.jersey.config
 
io.swagger.jersey.listing - package io.swagger.jersey.listing
 
io.swagger.model - package io.swagger.model
 
io.swagger.models - package io.swagger.models
 
io.swagger.models.auth - package io.swagger.models.auth
 
io.swagger.models.parameters - package io.swagger.models.parameters
 
io.swagger.models.properties - package io.swagger.models.properties
 
io.swagger.models.refs - package io.swagger.models.refs
 
io.swagger.mule - package io.swagger.mule
 
io.swagger.servlet - package io.swagger.servlet
 
io.swagger.servlet.config - package io.swagger.servlet.config
 
io.swagger.servlet.extensions - package io.swagger.servlet.extensions
 
io.swagger.servlet.listing - package io.swagger.servlet.listing
 
io.swagger.util - package io.swagger.util
 
io.swagger.validator - package io.swagger.validator
 
isAllowMultiple() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
isConfigIdInitParamDefined(ServletConfig) - Static method in class io.swagger.jaxrs.config.SwaggerContextService
 
isConstructorCompatible(Constructor<?>) - Static method in class io.swagger.util.ReflectionUtils
 
isDeprecated() - Method in class io.swagger.models.Operation
 
isEmpty() - Method in class io.swagger.models.Path
 
isExclusiveMaximum() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
isExclusiveMaximum() - Method in interface io.swagger.models.parameters.SerializableParameter
 
isExclusiveMaximum() - Method in class io.swagger.util.AllowableRangeValues
 
isExclusiveMinimum() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
isExclusiveMinimum() - Method in interface io.swagger.models.parameters.SerializableParameter
 
isExclusiveMinimum() - Method in class io.swagger.util.AllowableRangeValues
 
isHidden() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
isInject(List<Annotation>) - Static method in class io.swagger.util.ReflectionUtils
 
isOperationAllowed(Operation, ApiDescription, Map<String, List<String>>, Map<String, String>, Map<String, List<String>>) - Method in class io.swagger.core.filter.AbstractSpecFilter
 
isOperationAllowed(Operation, ApiDescription, Map<String, List<String>>, Map<String, String>, Map<String, List<String>>) - Method in interface io.swagger.core.filter.SwaggerSpecFilter
 
isOverriddenMethod(Method, Class<?>) - Static method in class io.swagger.util.ReflectionUtils
Checks if the method methodToFind is the overridden method from the superclass.
isParamAllowed(Parameter, Operation, ApiDescription, Map<String, List<String>>, Map<String, String>, Map<String, List<String>>) - Method in class io.swagger.core.filter.AbstractSpecFilter
 
isParamAllowed(Parameter, Operation, ApiDescription, Map<String, List<String>>, Map<String, String>, Map<String, List<String>>) - Method in interface io.swagger.core.filter.SwaggerSpecFilter
 
isPropertyAllowed(Model, Property, String, Map<String, List<String>>, Map<String, String>, Map<String, List<String>>) - Method in class io.swagger.core.filter.AbstractSpecFilter
 
isPropertyAllowed(Model, Property, String, Map<String, List<String>>, Map<String, String>, Map<String, List<String>>) - Method in interface io.swagger.core.filter.SwaggerSpecFilter
 
isReadable(ReaderContext) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Checks that a resource should be scanned.
isReadable(ReaderContext) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
isReadHidden() - Method in class io.swagger.servlet.ReaderContext
 
isRemovingUnreferencedDefinitions() - Method in class io.swagger.core.filter.AbstractSpecFilter
 
isRequired() - Method in interface io.swagger.util.ParameterProcessor.ParamWrapper
 
isScanAllResources() - Method in class io.swagger.jaxrs.config.DefaultReaderConfig
 
isScanAllResources() - Method in interface io.swagger.jaxrs.config.ReaderConfig
Checks if all resources, but not those with the Api annotation has to be processed.
isScannerIdInitParamDefined(ServletConfig) - Static method in class io.swagger.jaxrs.config.SwaggerContextService
 
isSimple() - Method in class io.swagger.models.ModelImpl
 
isType(String, String) - Static method in class io.swagger.models.parameters.RefParameter
 
isType(String) - Static method in class io.swagger.models.properties.ArrayProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.BaseIntegerProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.BinaryProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.BooleanProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.ByteArrayProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.DateProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.DateTimeProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.DecimalProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.DoubleProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.EmailProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.FileProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.FloatProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.IntegerProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.LongProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.MapProperty
 
isType(String) - Static method in class io.swagger.models.properties.ObjectProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.ObjectProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.PasswordProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.RefProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.StringProperty
 
isType(String, String) - Static method in class io.swagger.models.properties.UUIDProperty
 
isUniqueItems() - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
isUniqueItems() - Method in interface io.swagger.models.parameters.SerializableParameter
 
isVoid(Type) - Static method in class io.swagger.util.ReflectionUtils
Checks if the type is void.
isWriteable(Class, Type, Annotation[], MediaType) - Method in class io.swagger.jaxrs.listing.SwaggerSerializers
 
items(Property) - Method in class io.swagger.models.ArrayModel
 
items - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
items(Property) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
items - Variable in class io.swagger.models.properties.ArrayProperty
 
items(Property) - Method in class io.swagger.models.properties.ArrayProperty
 

J

JaxrsScanner - Interface in io.swagger.jaxrs.config
 
JerseyJaxrsConfig - Class in io.swagger.jersey.config
 
JerseyJaxrsConfig() - Constructor for class io.swagger.jersey.config.JerseyJaxrsConfig
 
Json - Class in io.swagger.util
 
Json() - Constructor for class io.swagger.util.Json
 

K

keyName(String) - Method in class io.swagger.models.auth.AuthorizationValue
 

L

License - Annotation Type in io.swagger.annotations
License metadata available within the info section of a Swagger definition, see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#licenseObject
license(License) - Method in class io.swagger.models.Info
 
License - Class in io.swagger.models
 
License() - Constructor for class io.swagger.models.License
 
loadClassByName(String) - Static method in class io.swagger.util.ReflectionUtils
Load Class by class name.
LongProperty - Class in io.swagger.models.properties
 
LongProperty() - Constructor for class io.swagger.models.properties.LongProperty
 

M

mapper() - Static method in class io.swagger.util.Json
 
mapper() - Static method in class io.swagger.util.Yaml
 
MapProperty - Class in io.swagger.models.properties
 
MapProperty() - Constructor for class io.swagger.models.properties.MapProperty
 
MapProperty(Property) - Constructor for class io.swagger.models.properties.MapProperty
 
maximum - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
maximum - Variable in class io.swagger.models.properties.AbstractNumericProperty
 
maximum(Double) - Method in class io.swagger.models.properties.AbstractNumericProperty
 
maxLength - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
See http://json-schema.org/latest/json-schema-validation.html#anchor26
maxLength - Variable in class io.swagger.models.properties.BinaryProperty
 
maxLength(Integer) - Method in class io.swagger.models.properties.BinaryProperty
 
maxLength(Integer) - Method in class io.swagger.models.properties.EmailProperty
 
maxLength - Variable in class io.swagger.models.properties.PasswordProperty
 
maxLength(Integer) - Method in class io.swagger.models.properties.PasswordProperty
 
maxLength - Variable in class io.swagger.models.properties.StringProperty
 
maxLength(Integer) - Method in class io.swagger.models.properties.StringProperty
 
maxLength - Variable in class io.swagger.models.properties.UUIDProperty
 
maxLength(Integer) - Method in class io.swagger.models.properties.UUIDProperty
 
merge(Property, Map<PropertyBuilder.PropertyId, Object>) - Static method in class io.swagger.models.properties.PropertyBuilder
Merges passed arguments into an existing property instance.
mergeWith(Info) - Method in class io.swagger.models.Info
 
minimum - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
minimum - Variable in class io.swagger.models.properties.AbstractNumericProperty
 
minimum(Double) - Method in class io.swagger.models.properties.AbstractNumericProperty
 
minLength - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
See http://json-schema.org/latest/json-schema-validation.html#anchor29
minLength - Variable in class io.swagger.models.properties.BinaryProperty
 
minLength(Integer) - Method in class io.swagger.models.properties.BinaryProperty
 
minLength(Integer) - Method in class io.swagger.models.properties.EmailProperty
 
minLength - Variable in class io.swagger.models.properties.PasswordProperty
 
minLength(Integer) - Method in class io.swagger.models.properties.PasswordProperty
 
minLength - Variable in class io.swagger.models.properties.StringProperty
 
minLength(Integer) - Method in class io.swagger.models.properties.StringProperty
 
minLength - Variable in class io.swagger.models.properties.UUIDProperty
 
minLength(Integer) - Method in class io.swagger.models.properties.UUIDProperty
 
Model - Interface in io.swagger.models
 
model(String, Model) - Method in class io.swagger.models.Swagger
 
ModelConverter - Interface in io.swagger.converter
 
ModelConverterContext - Interface in io.swagger.converter
 
ModelConverterContextImpl - Class in io.swagger.converter
 
ModelConverterContextImpl(List<ModelConverter>) - Constructor for class io.swagger.converter.ModelConverterContextImpl
 
ModelConverterContextImpl(ModelConverter) - Constructor for class io.swagger.converter.ModelConverterContextImpl
 
ModelConverters - Class in io.swagger.converter
 
ModelConverters() - Constructor for class io.swagger.converter.ModelConverters
 
ModelDeserializer - Class in io.swagger.util
 
ModelDeserializer() - Constructor for class io.swagger.util.ModelDeserializer
 
ModelImpl - Class in io.swagger.models
 
ModelImpl() - Constructor for class io.swagger.models.ModelImpl
 
ModelResolver - Class in io.swagger.jackson
 
ModelResolver(ObjectMapper) - Constructor for class io.swagger.jackson.ModelResolver
 
multipleOf - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
See http://json-schema.org/latest/json-schema-validation.html#anchor14

N

name(String) - Method in class io.swagger.models.auth.ApiKeyAuthDefinition
 
name(String) - Method in class io.swagger.models.Contact
 
name(String) - Method in class io.swagger.models.License
 
name(String) - Method in class io.swagger.models.ModelImpl
 
name - Variable in class io.swagger.models.parameters.AbstractParameter
 
name(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
name(String) - Method in class io.swagger.models.parameters.BodyParameter
 
name(String) - Method in class io.swagger.models.properties.ObjectProperty
 
name(String) - Method in class io.swagger.models.SecurityScope
 
name(String) - Method in class io.swagger.models.Tag
 
name(String) - Method in class io.swagger.models.Xml
 
nameForClass(JavaType, Set<TypeNameResolver.Options>) - Method in class io.swagger.jackson.TypeNameResolver
 
nameForClass(Class<?>, Set<TypeNameResolver.Options>) - Method in class io.swagger.jackson.TypeNameResolver
 
nameForGenericType(JavaType, Set<TypeNameResolver.Options>) - Method in class io.swagger.jackson.TypeNameResolver
 
nameForType(JavaType, TypeNameResolver.Options...) - Method in class io.swagger.jackson.TypeNameResolver
 
nameForType(JavaType, Set<TypeNameResolver.Options>) - Method in class io.swagger.jackson.TypeNameResolver
 
namespace(String) - Method in class io.swagger.models.Xml
 

O

OAuth2Definition - Class in io.swagger.models.auth
 
OAuth2Definition() - Constructor for class io.swagger.models.auth.OAuth2Definition
 
OBJECT - Static variable in class io.swagger.models.ModelImpl
 
objectMapper() - Method in class io.swagger.jackson.ModelResolver
 
ObjectMapperFactory - Class in io.swagger.util
 
ObjectMapperFactory() - Constructor for class io.swagger.util.ObjectMapperFactory
 
ObjectProperty - Class in io.swagger.models.properties
 
ObjectProperty() - Constructor for class io.swagger.models.properties.ObjectProperty
 
ObjectProperty(Map<String, Property>) - Constructor for class io.swagger.models.properties.ObjectProperty
 
Operation - Class in io.swagger.models
 
Operation() - Constructor for class io.swagger.models.Operation
 
operationId(String) - Method in class io.swagger.models.Operation
 
options(Operation) - Method in class io.swagger.models.Path
 

P

PackageVersion - Class in io.swagger.jackson
 
PackageVersion() - Constructor for class io.swagger.jackson.PackageVersion
 
parameter(Parameter) - Method in class io.swagger.models.Operation
 
Parameter - Interface in io.swagger.models.parameters
 
parameter(String, Parameter) - Method in class io.swagger.models.Swagger
 
ParameterDeserializer - Class in io.swagger.util
 
ParameterDeserializer() - Constructor for class io.swagger.util.ParameterDeserializer
 
ParameterProcessor - Class in io.swagger.util
 
ParameterProcessor() - Constructor for class io.swagger.util.ParameterProcessor
 
ParameterProcessor.ParamWrapper<T extends Annotation> - Interface in io.swagger.util
Wraps either an @ApiParam or and @ApiImplicitParam
parameters - Variable in class io.swagger.models.Swagger
 
parent(Model) - Method in class io.swagger.models.ComposedModel
 
parseExtensions(Extension[]) - Static method in class io.swagger.util.BaseReaderUtils
Collects extensions.
parseMethod(Method) - Method in class io.swagger.jaxrs.Reader
 
parsePath(String, Map<String, String>) - Static method in class io.swagger.util.PathUtils
 
password(String) - Method in class io.swagger.models.auth.OAuth2Definition
 
PasswordProperty - Class in io.swagger.models.properties
 
PasswordProperty() - Constructor for class io.swagger.models.properties.PasswordProperty
 
PATCH - Annotation Type in io.swagger.jaxrs
 
patch(Operation) - Method in class io.swagger.models.Path
 
Path - Class in io.swagger.models
 
Path() - Constructor for class io.swagger.models.Path
 
path(String, Path) - Method in class io.swagger.models.Swagger
 
PathDeserializer - Class in io.swagger.util
 
PathDeserializer() - Constructor for class io.swagger.util.PathDeserializer
 
pathMapper() - Static method in class io.swagger.util.Json
 
PathParameter - Class in io.swagger.models.parameters
 
PathParameter() - Constructor for class io.swagger.models.parameters.PathParameter
 
paths - Variable in class io.swagger.models.Swagger
 
paths(Map<String, Path>) - Method in class io.swagger.models.Swagger
 
PathUtils - Class in io.swagger.util
 
PathUtils() - Constructor for class io.swagger.util.PathUtils
 
pattern - Variable in class io.swagger.models.parameters.AbstractParameter
 
pattern - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
See http://json-schema.org/latest/json-schema-validation.html#anchor33
pattern - Variable in class io.swagger.models.properties.BinaryProperty
 
pattern(String) - Method in class io.swagger.models.properties.BinaryProperty
 
pattern(String) - Method in class io.swagger.models.properties.EmailProperty
 
pattern - Variable in class io.swagger.models.properties.PasswordProperty
 
pattern(String) - Method in class io.swagger.models.properties.PasswordProperty
 
pattern - Variable in class io.swagger.models.properties.StringProperty
 
pattern(String) - Method in class io.swagger.models.properties.StringProperty
 
pattern - Variable in class io.swagger.models.properties.UUIDProperty
 
pattern(String) - Method in class io.swagger.models.properties.UUIDProperty
 
post(Operation) - Method in class io.swagger.models.Path
 
prefix(String) - Method in class io.swagger.models.Xml
 
pretty() - Static method in class io.swagger.util.Json
 
pretty(Object) - Static method in class io.swagger.util.Json
 
pretty() - Static method in class io.swagger.util.Yaml
 
prettyPrint - Variable in class io.swagger.jaxrs.config.AbstractScanner
 
prettyPrint() - Method in class io.swagger.jaxrs.config.DefaultJaxrsScanner
 
prettyPrint - Variable in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
prettyPrint(Object) - Static method in class io.swagger.util.Json
 
prettyPrint(Object) - Static method in class io.swagger.util.Yaml
 
PrimitiveType - Enum in io.swagger.util
The PrimitiveType enumeration defines a mapping of limited set of classes into Swagger primitive types.
produces(List<String>) - Method in class io.swagger.models.Operation
 
produces(String) - Method in class io.swagger.models.Operation
 
produces - Variable in class io.swagger.models.Swagger
 
produces(List<String>) - Method in class io.swagger.models.Swagger
 
produces(String) - Method in class io.swagger.models.Swagger
 
properties(Map<String, Property>) - Method in class io.swagger.models.properties.ObjectProperty
 
property(String, Property) - Method in class io.swagger.models.ModelImpl
 
property(Property) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
property(String, Property) - Method in class io.swagger.models.properties.ObjectProperty
 
Property - Interface in io.swagger.models.properties
 
PropertyBuilder - Class in io.swagger.models.properties
 
PropertyBuilder() - Constructor for class io.swagger.models.properties.PropertyBuilder
 
PropertyBuilder.PropertyId - Enum in io.swagger.models.properties
 
PropertyDeserializer - Class in io.swagger.util
 
PropertyDeserializer() - Constructor for class io.swagger.util.PropertyDeserializer
 
put(Operation) - Method in class io.swagger.models.Path
 
putConfig(String, SwaggerConfig) - Method in class io.swagger.jaxrs.config.SwaggerConfigLocator
 
putScanner(String, Scanner) - Method in class io.swagger.jaxrs.config.SwaggerScannerLocator
 
putSwagger(String, Swagger) - Method in class io.swagger.jaxrs.config.SwaggerConfigLocator
 

Q

QueryParameter - Class in io.swagger.models.parameters
 
QueryParameter() - Constructor for class io.swagger.models.parameters.QueryParameter
 

R

read(Type) - Method in class io.swagger.converter.ModelConverters
 
read(Set<Class<?>>) - Method in class io.swagger.jaxrs.Reader
Scans a set of classes for both ReaderListeners and Swagger annotations.
read(Class<?>) - Method in class io.swagger.jaxrs.Reader
Scans a single class for Swagger annotations - does not invoke ReaderListeners
read(Class<?>, String, String, boolean, String[], String[], Map<String, Tag>, List<Parameter>) - Method in class io.swagger.jaxrs.Reader
 
read(Swagger, Set<Class<?>>) - Static method in class io.swagger.servlet.Reader
Scans a set of classes for Swagger annotations.
readAll(Type) - Method in class io.swagger.converter.ModelConverters
 
readAsProperty(Type) - Method in class io.swagger.converter.ModelConverters
 
Reader - Class in io.swagger.jaxrs
 
Reader(Swagger) - Constructor for class io.swagger.jaxrs.Reader
 
Reader(Swagger, ReaderConfig) - Constructor for class io.swagger.jaxrs.Reader
 
Reader - Class in io.swagger.servlet
The Reader class scans classes for Swagger annotations.
ReaderConfig - Interface in io.swagger.jaxrs.config
The ReaderConfig interface defines configuration settings for JAX-RS annotations reader.
ReaderConfigUtils - Class in io.swagger.jaxrs.config
The ReaderConfigUtils class defines helper methods for handling configuration settings for JAX-RS annotations reader.
ReaderContext - Class in io.swagger.servlet
The ReaderContext class is wrapper for the Reader parameters.
ReaderContext(Swagger, Class<?>, String, String, boolean, List<String>, List<String>, List<String>, List<Parameter>) - Constructor for class io.swagger.servlet.ReaderContext
 
ReaderExtension - Interface in io.swagger.servlet.extensions
The ReaderExtension interface defines methods for scans resources for Swagger.
ReaderExtensions - Class in io.swagger.servlet.extensions
 
ReaderExtensions() - Constructor for class io.swagger.servlet.extensions.ReaderExtensions
 
ReaderListener - Interface in io.swagger.jaxrs.config
Listener providing hooks for customizing automatically generated Swagger definitions in a JAX-RS environment.
ReaderUtils - Class in io.swagger.jaxrs.utils
 
ReaderUtils() - Constructor for class io.swagger.jaxrs.utils.ReaderUtils
 
readImplicitParam(ApiImplicitParam) - Method in class io.swagger.jaxrs.Reader
 
readInfoConfig(SwaggerDefinition) - Method in class io.swagger.jaxrs.Reader
 
readOnly() - Method in class io.swagger.models.properties.AbstractProperty
 
readOnly(boolean) - Method in class io.swagger.models.properties.ObjectProperty
 
readSwaggerConfig(Class<?>, SwaggerDefinition) - Method in class io.swagger.jaxrs.Reader
 
RefFormat - Enum in io.swagger.models.refs
Created by russellb337 on 7/1/15.
reflections - Variable in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
ReflectionUtils - Class in io.swagger.util
 
ReflectionUtils() - Constructor for class io.swagger.util.ReflectionUtils
 
ReflectiveJaxrsScanner - Class in io.swagger.jaxrs.config
 
ReflectiveJaxrsScanner() - Constructor for class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
RefModel - Class in io.swagger.models
 
RefModel() - Constructor for class io.swagger.models.RefModel
 
RefModel(String) - Constructor for class io.swagger.models.RefModel
 
RefParameter - Class in io.swagger.models.parameters
 
RefParameter(String) - Constructor for class io.swagger.models.parameters.RefParameter
 
RefPath - Class in io.swagger.models
Created by Helmsdown on 7/8/15.
RefPath() - Constructor for class io.swagger.models.RefPath
 
RefPath(String) - Constructor for class io.swagger.models.RefPath
 
RefProperty - Class in io.swagger.models.properties
 
RefProperty() - Constructor for class io.swagger.models.properties.RefProperty
 
RefProperty(String) - Constructor for class io.swagger.models.properties.RefProperty
 
RefResponse - Class in io.swagger.models
Created by Helmsdown on 7/8/15.
RefResponse() - Constructor for class io.swagger.models.RefResponse
 
RefResponse(String) - Constructor for class io.swagger.models.RefResponse
 
RefType - Enum in io.swagger.models.refs
Created by russellb337 on 7/1/15.
removeConverter(ModelConverter) - Method in class io.swagger.converter.ModelConverters
 
required(String) - Method in class io.swagger.models.ModelImpl
 
required - Variable in class io.swagger.models.parameters.AbstractParameter
 
required(boolean) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
required(boolean) - Method in class io.swagger.models.properties.ObjectProperty
 
required(boolean) - Method in class io.swagger.models.properties.StringProperty
 
requirement(String, List<String>) - Method in class io.swagger.models.SecurityRequirement
 
requirement(String) - Method in class io.swagger.models.SecurityRequirement
 
resolve(Type, ModelConverterContext, Iterator<ModelConverter>) - Method in interface io.swagger.converter.ModelConverter
 
resolve(Type) - Method in interface io.swagger.converter.ModelConverterContext
 
resolve(Type) - Method in class io.swagger.converter.ModelConverterContextImpl
 
resolve(Type, ModelConverterContext, Iterator<ModelConverter>) - Method in class io.swagger.jackson.AbstractModelConverter
 
resolve(Type, ModelConverterContext, Iterator<ModelConverter>) - Method in class io.swagger.jackson.ModelResolver
 
resolve(JavaType, ModelConverterContext, Iterator<ModelConverter>) - Method in class io.swagger.jackson.ModelResolver
 
resolveProperty(Type, ModelConverterContext, Annotation[], Iterator<ModelConverter>) - Method in interface io.swagger.converter.ModelConverter
 
resolveProperty(Type, Annotation[]) - Method in interface io.swagger.converter.ModelConverterContext
 
resolveProperty(Type, Annotation[]) - Method in class io.swagger.converter.ModelConverterContextImpl
 
resolveProperty(Type, ModelConverterContext, Annotation[], Iterator<ModelConverter>) - Method in class io.swagger.jackson.AbstractModelConverter
 
resolveProperty(Type, ModelConverterContext, Annotation[], Iterator<ModelConverter>) - Method in class io.swagger.jackson.ModelResolver
 
resolveProperty(JavaType, ModelConverterContext, Annotation[], Iterator<ModelConverter>) - Method in class io.swagger.jackson.ModelResolver
 
resolveProperty(Type, ModelConverterContext, Annotation[], Iterator<ModelConverter>) - Method in class io.swagger.validator.BeanValidator
 
resourcePackage - Variable in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
response(int, Response) - Method in class io.swagger.models.Operation
 
Response - Class in io.swagger.models
 
Response() - Constructor for class io.swagger.models.Response
 
response(String, Response) - Method in class io.swagger.models.Swagger
 
ResponseDeserializer - Class in io.swagger.util
 
ResponseDeserializer() - Constructor for class io.swagger.util.ResponseDeserializer
 
ResponseHeader - Annotation Type in io.swagger.annotations
Represents a header that can be provided as part of the response.
responseMapper() - Static method in class io.swagger.util.Json
 
responses - Variable in class io.swagger.models.Swagger
 
responses(Map<String, Response>) - Method in class io.swagger.models.Swagger
 

S

scan(Application) - Method in class io.swagger.mule.ApiListingJSON
 
scanAndRead() - Method in class io.swagger.jaxrs.config.BeanConfig
 
Scanner - Interface in io.swagger.config
 
SCANNER_ID_DEFAULT - Static variable in class io.swagger.jaxrs.config.SwaggerContextService
 
SCANNER_ID_KEY - Static variable in class io.swagger.jaxrs.config.SwaggerContextService
 
SCANNER_ID_PREFIX - Static variable in class io.swagger.jaxrs.config.SwaggerContextService
 
ScannerFactory - Class in io.swagger.config
 
ScannerFactory() - Constructor for class io.swagger.config.ScannerFactory
 
schema(Model) - Method in class io.swagger.models.parameters.BodyParameter
 
schema(Property) - Method in class io.swagger.models.Response
 
scheme(Scheme) - Method in class io.swagger.models.Operation
 
Scheme - Enum in io.swagger.models
 
scheme(Scheme) - Method in class io.swagger.models.Swagger
 
schemes - Variable in class io.swagger.jaxrs.config.WebXMLReader
 
schemes(List<Scheme>) - Method in class io.swagger.models.Operation
 
schemes - Variable in class io.swagger.models.Swagger
 
schemes(List<Scheme>) - Method in class io.swagger.models.Swagger
 
scope(String, String) - Method in class io.swagger.models.auth.OAuth2Definition
 
scope(String) - Method in class io.swagger.models.SecurityRequirement
 
security(SecurityRequirement) - Method in class io.swagger.models.Operation
 
security - Variable in class io.swagger.models.Swagger
 
security(SecurityRequirement) - Method in class io.swagger.models.Swagger
 
securityDefinition(String, SecuritySchemeDefinition) - Method in class io.swagger.models.Swagger
 
SecurityDefinitionDeserializer - Class in io.swagger.util
 
SecurityDefinitionDeserializer() - Constructor for class io.swagger.util.SecurityDefinitionDeserializer
 
securityDefinitions - Variable in class io.swagger.models.Swagger
 
SecurityRequirement - Class in io.swagger.models
 
SecurityRequirement() - Constructor for class io.swagger.models.SecurityRequirement
 
SecurityRequirement(String) - Constructor for class io.swagger.models.SecurityRequirement
Deprecated.
SecuritySchemeDefinition - Interface in io.swagger.models.auth
 
SecurityScope - Class in io.swagger.models
 
SecurityScope() - Constructor for class io.swagger.models.SecurityScope
 
SecurityScope(String, String) - Constructor for class io.swagger.models.SecurityScope
 
SerializableParameter - Interface in io.swagger.models.parameters
 
ServletReaderExtension - Class in io.swagger.servlet.extensions
 
ServletReaderExtension() - Constructor for class io.swagger.servlet.extensions.ServletReaderExtension
 
ServletScanner - Class in io.swagger.servlet.config
 
ServletScanner(ServletConfig) - Constructor for class io.swagger.servlet.config.ServletScanner
 
set(String, Operation) - Method in class io.swagger.models.Path
 
set$ref(String) - Method in class io.swagger.models.parameters.RefParameter
 
set$ref(String) - Method in class io.swagger.models.properties.RefProperty
 
set$ref(String) - Method in class io.swagger.models.RefModel
 
set$ref(String) - Method in class io.swagger.models.RefPath
 
set$ref(String) - Method in class io.swagger.models.RefResponse
 
setAccess(String) - Method in class io.swagger.models.parameters.AbstractParameter
 
setAccess(String) - Method in interface io.swagger.models.parameters.Parameter
 
setAccess(String) - Method in class io.swagger.models.properties.AbstractProperty
 
setAccess(String) - Method in interface io.swagger.models.properties.Property
 
setAdditionalProperties(Property) - Method in class io.swagger.models.ModelImpl
 
setAdditionalProperties(Property) - Method in class io.swagger.models.properties.MapProperty
 
setAllOf(List<Model>) - Method in class io.swagger.models.ComposedModel
 
setAttribute(Boolean) - Method in class io.swagger.models.Xml
 
setAuthorizationUrl(String) - Method in class io.swagger.models.auth.OAuth2Definition
 
setBasePath(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setBasePath(String) - Method in class io.swagger.models.Swagger
 
setChild(Model) - Method in class io.swagger.models.ComposedModel
 
setCls(Class<?>) - Method in class io.swagger.servlet.ReaderContext
 
setCollectionFormat(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setCollectionFormat(String) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setConfigId(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setConfigId(String) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
setConsumes(List<String>) - Method in class io.swagger.models.Operation
 
setConsumes(List<String>) - Method in class io.swagger.models.Swagger
 
setContact(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setContact(Contact) - Method in class io.swagger.models.Info
 
setContextId(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setContextId(String) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
setDefault(Object) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setDefault(String) - Method in class io.swagger.models.properties.AbstractProperty
 
setDefault(String) - Method in class io.swagger.models.properties.BinaryProperty
 
setDefault(String) - Method in class io.swagger.models.properties.BooleanProperty
 
setDefault(Boolean) - Method in class io.swagger.models.properties.BooleanProperty
 
setDefault(String) - Method in class io.swagger.models.properties.DoubleProperty
 
setDefault(Double) - Method in class io.swagger.models.properties.DoubleProperty
 
setDefault(String) - Method in class io.swagger.models.properties.FloatProperty
 
setDefault(Float) - Method in class io.swagger.models.properties.FloatProperty
 
setDefault(String) - Method in class io.swagger.models.properties.IntegerProperty
 
setDefault(Integer) - Method in class io.swagger.models.properties.IntegerProperty
 
setDefault(String) - Method in class io.swagger.models.properties.LongProperty
 
setDefault(Long) - Method in class io.swagger.models.properties.LongProperty
 
setDefault(String) - Method in class io.swagger.models.properties.PasswordProperty
 
setDefault(String) - Method in interface io.swagger.models.properties.Property
 
setDefault(String) - Method in class io.swagger.models.properties.StringProperty
 
setDefault(String) - Method in class io.swagger.models.properties.UUIDProperty
 
setDefaultValue(String) - Method in class io.swagger.models.ModelImpl
 
setDefaultValue(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setDefinitions(Map<String, Model>) - Method in class io.swagger.models.Swagger
 
setDelete(Operation) - Method in class io.swagger.models.Path
 
setDeprecated(Boolean) - Method in class io.swagger.models.Operation
 
setDeprecated(Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
Sets the deprecated flag to the operation.
setDeprecated(Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
 
setDescription(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setDescription(String) - Method in class io.swagger.models.ArrayModel
 
setDescription(String) - Method in class io.swagger.models.auth.AbstractSecuritySchemeDefinition
 
setDescription(String) - Method in interface io.swagger.models.auth.SecuritySchemeDefinition
 
setDescription(String) - Method in class io.swagger.models.ComposedModel
 
setDescription(String) - Method in class io.swagger.models.ExternalDocs
 
setDescription(String) - Method in class io.swagger.models.Info
 
setDescription(String) - Method in interface io.swagger.models.Model
 
setDescription(String) - Method in class io.swagger.models.ModelImpl
 
setDescription(String) - Method in class io.swagger.models.Operation
 
setDescription(String) - Method in class io.swagger.models.parameters.AbstractParameter
 
setDescription(String) - Method in interface io.swagger.models.parameters.Parameter
 
setDescription(String) - Method in class io.swagger.models.properties.AbstractProperty
 
setDescription(String) - Method in interface io.swagger.models.properties.Property
 
setDescription(String) - Method in class io.swagger.models.RefModel
 
setDescription(String) - Method in class io.swagger.models.Response
 
setDescription(String) - Method in class io.swagger.models.SecurityScope
 
setDescription(String) - Method in class io.swagger.models.Tag
 
setDiscriminator(String) - Method in class io.swagger.models.ModelImpl
 
setEmail(String) - Method in class io.swagger.models.Contact
 
setEnum(List<String>) - Method in class io.swagger.models.ModelImpl
 
setEnum(List<String>) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setEnum(List<String>) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setEnum(List<String>) - Method in class io.swagger.models.properties.BinaryProperty
 
setEnum(List<String>) - Method in class io.swagger.models.properties.DateProperty
 
setEnum(List<String>) - Method in class io.swagger.models.properties.DateTimeProperty
 
setEnum(List<Double>) - Method in class io.swagger.models.properties.DoubleProperty
 
setEnum(List<Float>) - Method in class io.swagger.models.properties.FloatProperty
 
setEnum(List<Integer>) - Method in class io.swagger.models.properties.IntegerProperty
 
setEnum(List<Long>) - Method in class io.swagger.models.properties.LongProperty
 
setEnum(List<String>) - Method in class io.swagger.models.properties.PasswordProperty
 
setEnum(List<String>) - Method in class io.swagger.models.properties.StringProperty
 
setEnum(List<String>) - Method in class io.swagger.models.properties.UUIDProperty
 
setExample(Object) - Method in class io.swagger.models.ArrayModel
 
setExample(Object) - Method in class io.swagger.models.ComposedModel
 
setExample(Object) - Method in interface io.swagger.models.Model
 
setExample(Object) - Method in class io.swagger.models.ModelImpl
 
setExample(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setExample(Object) - Method in class io.swagger.models.properties.AbstractProperty
 
setExample(String) - Method in class io.swagger.models.properties.AbstractProperty
 
setExample(Object) - Method in class io.swagger.models.properties.BaseIntegerProperty
 
setExample(Object) - Method in class io.swagger.models.properties.BooleanProperty
 
setExample(Object) - Method in class io.swagger.models.properties.DecimalProperty
 
setExample(Object) - Method in class io.swagger.models.properties.FloatProperty
 
setExample(Object) - Method in class io.swagger.models.properties.IntegerProperty
 
setExample(Object) - Method in interface io.swagger.models.properties.Property
 
setExample(String) - Method in interface io.swagger.models.properties.Property
Deprecated.
setExample(Object) - Method in class io.swagger.models.RefModel
 
setExamples(Map<String, String>) - Method in class io.swagger.models.parameters.BodyParameter
 
setExamples(Map<String, Object>) - Method in class io.swagger.models.Response
 
setExclusiveMaximum(Boolean) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setExclusiveMaximum(Boolean) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setExclusiveMaximum(Boolean) - Method in class io.swagger.models.properties.AbstractNumericProperty
 
setExclusiveMinimum(Boolean) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setExclusiveMinimum(Boolean) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setExclusiveMinimum(Boolean) - Method in class io.swagger.models.properties.AbstractNumericProperty
 
setExtensions(List<SwaggerExtension>) - Static method in class io.swagger.jaxrs.ext.SwaggerExtensions
 
setExternalDocs(ExternalDocs) - Method in class io.swagger.models.AbstractModel
 
setExternalDocs(ExternalDocs) - Method in class io.swagger.models.Operation
 
setExternalDocs(ExternalDocs) - Method in class io.swagger.models.RefModel
 
setExternalDocs(ExternalDocs) - Method in class io.swagger.models.Swagger
 
setExternalDocs(ExternalDocs) - Method in class io.swagger.models.Tag
 
setFilter(SwaggerSpecFilter) - Static method in class io.swagger.config.FilterFactory
 
setFilterClass(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setFilterClass(String) - Method in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
setFlow(String) - Method in class io.swagger.models.auth.OAuth2Definition
 
setFormat(String) - Method in class io.swagger.models.ModelImpl
 
setFormat(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setFormat(String) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setFormat(String) - Method in class io.swagger.models.properties.AbstractProperty
 
setGet(Operation) - Method in class io.swagger.models.Path
 
setHead(Operation) - Method in class io.swagger.models.Path
 
setHeaders(Map<String, Property>) - Method in class io.swagger.models.Response
 
setHost(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setHost(String) - Method in class io.swagger.models.Swagger
 
setIgnoredRoutes(Collection<String>) - Method in class io.swagger.jaxrs.config.DefaultReaderConfig
 
setIn(In) - Method in class io.swagger.models.auth.ApiKeyAuthDefinition
 
setIn(String) - Method in class io.swagger.models.parameters.AbstractParameter
 
setIn(String) - Method in interface io.swagger.models.parameters.Parameter
 
setInfo(Info) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setInfo(Info) - Method in class io.swagger.models.Swagger
 
setInterfaces(List<RefModel>) - Method in class io.swagger.models.ComposedModel
 
setItems(Property) - Method in class io.swagger.models.ArrayModel
 
setItems(Property) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setItems(Property) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setItems(Property) - Method in class io.swagger.models.properties.ArrayProperty
 
setKeyName(String) - Method in class io.swagger.models.auth.AuthorizationValue
 
setLicense(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setLicense(License) - Method in class io.swagger.models.Info
 
setLicenseUrl(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setMaximum(Double) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setMaximum(Double) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setMaximum(Double) - Method in class io.swagger.models.properties.AbstractNumericProperty
 
setMaxItems(Integer) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setMaxItems(Integer) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setMaxItems(Integer) - Method in class io.swagger.models.properties.ArrayProperty
 
setMaxLength(Integer) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setMaxLength(Integer) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setMaxLength(Integer) - Method in class io.swagger.models.properties.BinaryProperty
 
setMaxLength(Integer) - Method in class io.swagger.models.properties.PasswordProperty
 
setMaxLength(Integer) - Method in class io.swagger.models.properties.StringProperty
 
setMaxLength(Integer) - Method in class io.swagger.models.properties.UUIDProperty
 
setMethod(String) - Method in class io.swagger.model.ApiDescription
Deprecated.
 
setMinimum(Double) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setMinimum(Double) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setMinimum(Double) - Method in class io.swagger.models.properties.AbstractNumericProperty
 
setMinItems(Integer) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setMinItems(Integer) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setMinItems(Integer) - Method in class io.swagger.models.properties.ArrayProperty
 
setMinLength(Integer) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setMinLength(Integer) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setMinLength(Integer) - Method in class io.swagger.models.properties.BinaryProperty
 
setMinLength(Integer) - Method in class io.swagger.models.properties.PasswordProperty
 
setMinLength(Integer) - Method in class io.swagger.models.properties.StringProperty
 
setMinLength(Integer) - Method in class io.swagger.models.properties.UUIDProperty
 
setMultipleOf(Number) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setMultipleOf(Number) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setName(String) - Method in class io.swagger.models.auth.ApiKeyAuthDefinition
 
setName(String) - Method in class io.swagger.models.Contact
 
setName(String) - Method in class io.swagger.models.License
 
setName(String) - Method in class io.swagger.models.ModelImpl
 
setName(String) - Method in class io.swagger.models.parameters.AbstractParameter
 
setName(String) - Method in interface io.swagger.models.parameters.Parameter
 
setName(String) - Method in class io.swagger.models.properties.AbstractProperty
 
setName(String) - Method in interface io.swagger.models.properties.Property
 
setName(String) - Method in class io.swagger.models.SecurityRequirement
Deprecated.
setName(String) - Method in class io.swagger.models.SecurityScope
 
setName(String) - Method in class io.swagger.models.Tag
 
setName(String) - Method in class io.swagger.models.Xml
 
setNamespace(String) - Method in class io.swagger.models.Xml
 
setOperationId(String) - Method in class io.swagger.models.Operation
 
setOptions(Operation) - Method in class io.swagger.models.Path
 
setParameters(List<Parameter>) - Method in class io.swagger.models.Operation
 
setParameters(List<Parameter>) - Method in class io.swagger.models.Path
 
setParameters(Map<String, Parameter>) - Method in class io.swagger.models.Swagger
 
setParent(Model) - Method in class io.swagger.models.ComposedModel
 
setParentConsumes(List<String>) - Method in class io.swagger.servlet.ReaderContext
 
setParentHttpMethod(String) - Method in class io.swagger.servlet.ReaderContext
 
setParentParameters(List<Parameter>) - Method in class io.swagger.servlet.ReaderContext
 
setParentPath(String) - Method in class io.swagger.servlet.ReaderContext
 
setParentProduces(List<String>) - Method in class io.swagger.servlet.ReaderContext
 
setParentTags(List<String>) - Method in class io.swagger.servlet.ReaderContext
 
setPatch(Operation) - Method in class io.swagger.models.Path
 
setPath(String) - Method in class io.swagger.model.ApiDescription
Deprecated.
 
setPaths(Map<String, Path>) - Method in class io.swagger.models.Swagger
 
setPattern(String) - Method in class io.swagger.models.parameters.AbstractParameter
 
setPattern(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setPattern(String) - Method in interface io.swagger.models.parameters.Parameter
 
setPattern(String) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setPattern(String) - Method in class io.swagger.models.properties.BinaryProperty
 
setPattern(String) - Method in class io.swagger.models.properties.PasswordProperty
 
setPattern(String) - Method in class io.swagger.models.properties.StringProperty
 
setPattern(String) - Method in class io.swagger.models.properties.UUIDProperty
 
setPosition(Integer) - Method in class io.swagger.models.properties.AbstractProperty
 
setPosition(Integer) - Method in interface io.swagger.models.properties.Property
 
setPost(Operation) - Method in class io.swagger.models.Path
 
setPrefix(String) - Method in class io.swagger.models.Xml
 
setPrettyPrint(boolean) - Method in interface io.swagger.config.Scanner
 
setPrettyPrint(boolean) - Method in class io.swagger.jaxrs.config.AbstractScanner
 
setPrettyPrint(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setPrettyPrint(boolean) - Method in class io.swagger.jaxrs.config.DefaultJaxrsScanner
 
setPrettyPrint(boolean) - Method in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
setPrettyPrint(boolean) - Static method in class io.swagger.jaxrs.listing.SwaggerSerializers
 
setPrettyPrint(boolean) - Method in class io.swagger.servlet.config.ServletScanner
 
setProduces(List<String>) - Method in class io.swagger.models.Operation
 
setProduces(List<String>) - Method in class io.swagger.models.Swagger
 
setProperties(Map<String, Property>) - Method in class io.swagger.models.ArrayModel
 
setProperties(Map<String, Property>) - Method in class io.swagger.models.ComposedModel
 
setProperties(Map<String, Property>) - Method in interface io.swagger.models.Model
 
setProperties(Map<String, Property>) - Method in class io.swagger.models.ModelImpl
 
setProperties(Map<String, Property>) - Method in class io.swagger.models.properties.ObjectProperty
 
setProperties(Map<String, Property>) - Method in class io.swagger.models.RefModel
 
setProperty(Property) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setPut(Operation) - Method in class io.swagger.models.Path
 
setReadHidden(boolean) - Method in class io.swagger.servlet.ReaderContext
 
setReadOnly(Boolean) - Method in class io.swagger.models.properties.AbstractProperty
 
setReadOnly(Boolean) - Method in interface io.swagger.models.properties.Property
 
setReference(String) - Method in class io.swagger.models.AbstractModel
 
setReference(String) - Method in interface io.swagger.models.Model
 
setReference(String) - Method in class io.swagger.models.RefModel
 
setReflections(Reflections) - Method in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
setRequired(List<String>) - Method in class io.swagger.models.ModelImpl
 
setRequired(boolean) - Method in class io.swagger.models.parameters.AbstractParameter
 
setRequired(boolean) - Method in interface io.swagger.models.parameters.Parameter
 
setRequired(boolean) - Method in class io.swagger.models.properties.AbstractProperty
 
setRequired(boolean) - Method in interface io.swagger.models.properties.Property
 
setRequiredProperties(List<String>) - Method in class io.swagger.models.properties.ObjectProperty
 
setRequirements(String, List<String>) - Method in class io.swagger.models.SecurityRequirement
 
setResourcePackage(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setResourcePackage(String) - Method in class io.swagger.jaxrs.config.ReflectiveJaxrsScanner
 
setResourcePackage(String) - Method in class io.swagger.servlet.config.ServletScanner
 
setResponses(Map<String, Response>) - Method in class io.swagger.models.Operation
 
setResponses(Map<String, Response>) - Method in class io.swagger.models.Swagger
 
setSc(ServletConfig) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
setScan(boolean) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setScan() - Method in class io.swagger.jaxrs.config.BeanConfig
 
setScanAllResources(boolean) - Method in class io.swagger.jaxrs.config.DefaultReaderConfig
 
setScanner(Scanner) - Static method in class io.swagger.config.ScannerFactory
 
setScanner(Scanner) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
setScannerId(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setScannerId(String) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
setSchema(Model) - Method in class io.swagger.models.parameters.BodyParameter
 
setSchema(Property) - Method in class io.swagger.models.Response
 
setSchemes(String[]) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setSchemes(List<Scheme>) - Method in class io.swagger.models.Operation
 
setSchemes(List<Scheme>) - Method in class io.swagger.models.Swagger
 
setScopes(Map<String, String>) - Method in class io.swagger.models.auth.OAuth2Definition
 
setScopes(List<String>) - Method in class io.swagger.models.SecurityRequirement
Deprecated.
setSecurity(List<Map<String, List<String>>>) - Method in class io.swagger.models.Operation
 
setSecurity(List<SecurityRequirement>) - Method in class io.swagger.models.Swagger
 
setSecurityDefinitions(Map<String, SecuritySchemeDefinition>) - Method in class io.swagger.models.Swagger
 
setSecurityRequirement(List<SecurityRequirement>) - Method in class io.swagger.models.Swagger
Deprecated.
setServletConfig(ServletConfig) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setSimple(boolean) - Method in class io.swagger.models.ModelImpl
 
setSummary(String) - Method in class io.swagger.models.Operation
 
setSwagger(String) - Method in class io.swagger.models.Swagger
 
setSwagger(Swagger) - Method in class io.swagger.servlet.ReaderContext
 
setSwaggerConfig(SwaggerConfig) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
setTags(List<String>) - Method in class io.swagger.models.Operation
 
setTags(List<Tag>) - Method in class io.swagger.models.Swagger
 
setTermsOfService(String) - Method in class io.swagger.models.Info
 
setTermsOfServiceUrl(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setTitle(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setTitle(String) - Method in class io.swagger.models.AbstractModel
 
setTitle(String) - Method in class io.swagger.models.Info
 
setTitle(String) - Method in interface io.swagger.models.Model
 
setTitle(String) - Method in class io.swagger.models.properties.AbstractProperty
 
setTitle(String) - Method in interface io.swagger.models.properties.Property
 
setTitle(String) - Method in class io.swagger.models.RefModel
 
setTokenUrl(String) - Method in class io.swagger.models.auth.OAuth2Definition
 
setType(String) - Method in class io.swagger.models.ArrayModel
 
setType(String) - Method in class io.swagger.models.auth.ApiKeyAuthDefinition
 
setType(String) - Method in class io.swagger.models.auth.AuthorizationValue
 
setType(String) - Method in class io.swagger.models.auth.BasicAuthDefinition
 
setType(String) - Method in class io.swagger.models.auth.OAuth2Definition
 
setType(String) - Method in interface io.swagger.models.auth.SecuritySchemeDefinition
 
setType(String) - Method in class io.swagger.models.ModelImpl
 
setType(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setType(String) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setType(String) - Method in class io.swagger.models.properties.AbstractProperty
 
setType(String) - Method in class io.swagger.models.properties.RefProperty
 
setUniqueItems(Boolean) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
setUniqueItems(Boolean) - Method in interface io.swagger.models.parameters.SerializableParameter
 
setUniqueItems(Boolean) - Method in class io.swagger.models.properties.ArrayProperty
 
setupModule(Module.SetupContext) - Method in class io.swagger.jackson.SwaggerModule
 
setUrl(String) - Method in class io.swagger.models.Contact
 
setUrl(String) - Method in class io.swagger.models.ExternalDocs
 
setUrl(String) - Method in class io.swagger.models.License
 
setValue(String) - Method in class io.swagger.models.auth.AuthorizationValue
 
setVendorExtension(String, Object) - Method in class io.swagger.models.AbstractModel
 
setVendorExtension(String, Object) - Method in class io.swagger.models.auth.AbstractSecuritySchemeDefinition
 
setVendorExtension(String, Object) - Method in interface io.swagger.models.auth.SecuritySchemeDefinition
 
setVendorExtension(String, Object) - Method in class io.swagger.models.ExternalDocs
 
setVendorExtension(String, Object) - Method in class io.swagger.models.Info
 
setVendorExtension(String, Object) - Method in class io.swagger.models.License
 
setVendorExtension(String, Object) - Method in class io.swagger.models.Operation
 
setVendorExtension(String, Object) - Method in class io.swagger.models.parameters.AbstractParameter
 
setVendorExtension(String, Object) - Method in class io.swagger.models.Path
 
setVendorExtension(String, Object) - Method in class io.swagger.models.properties.AbstractProperty
 
setVendorExtension(String, Object) - Method in class io.swagger.models.Response
 
setVendorExtension(String, Object) - Method in class io.swagger.models.Swagger
 
setVendorExtension(String, Object) - Method in class io.swagger.models.Tag
 
setVendorExtensionMap(Map<String, Object>) - Method in class io.swagger.models.properties.AbstractProperty
 
setVersion(String) - Method in class io.swagger.jaxrs.config.BeanConfig
 
setVersion(String) - Method in class io.swagger.models.Info
 
setWrapped(Boolean) - Method in class io.swagger.models.Xml
 
setXml(Xml) - Method in class io.swagger.models.ModelImpl
 
setXml(Xml) - Method in class io.swagger.models.properties.AbstractProperty
 
setXml(Xml) - Method in interface io.swagger.models.properties.Property
 
shouldIgnoreClass(Type) - Method in class io.swagger.jackson.ModelResolver
 
shouldIgnoreClass(Class<?>) - Method in class io.swagger.jaxrs.DefaultParameterExtension
 
shouldIgnoreClass(Class<?>) - Method in class io.swagger.jaxrs.ext.AbstractSwaggerExtension
 
shouldIgnoreClass(Class<?>) - Method in class io.swagger.jersey.SwaggerJersey2Jaxrs
 
shouldIgnoreClass(Class<?>) - Method in class io.swagger.jersey.SwaggerJerseyJaxrs
 
shouldIgnoreType(Type, Set<Type>) - Method in class io.swagger.jaxrs.ext.AbstractSwaggerExtension
 
SpecFilter - Class in io.swagger.core.filter
 
SpecFilter() - Constructor for class io.swagger.core.filter.SpecFilter
 
splitContentValues(String[]) - Static method in class io.swagger.jaxrs.utils.ReaderUtils
Splits the provided array of strings into an array, using comma as the separator.
std - Static variable in class io.swagger.jackson.TypeNameResolver
 
StringProperty - Class in io.swagger.models.properties
The StringProperty class defines properties for strings without a specific format, for standard formats which don't need specific handling, or for custom formats.
StringProperty() - Constructor for class io.swagger.models.properties.StringProperty
 
StringProperty(StringProperty.Format) - Constructor for class io.swagger.models.properties.StringProperty
 
StringProperty(String) - Constructor for class io.swagger.models.properties.StringProperty
 
StringProperty.Format - Enum in io.swagger.models.properties
 
summary(String) - Method in class io.swagger.models.Operation
 
Swagger - Class in io.swagger.models
 
Swagger() - Constructor for class io.swagger.models.Swagger
 
swagger - Variable in class io.swagger.models.Swagger
 
SwaggerAnnotationIntrospector - Class in io.swagger.jackson
 
SwaggerAnnotationIntrospector() - Constructor for class io.swagger.jackson.SwaggerAnnotationIntrospector
 
SwaggerConfig - Interface in io.swagger.config
 
SwaggerConfigLocator - Class in io.swagger.jaxrs.config
 
SwaggerContextService - Class in io.swagger.jaxrs.config
 
SwaggerContextService() - Constructor for class io.swagger.jaxrs.config.SwaggerContextService
 
SwaggerDefinition - Annotation Type in io.swagger.annotations
Annotation that configures definition level metadata.
SwaggerDefinition.Scheme - Enum in io.swagger.annotations
Enumeration with valid schemes
SwaggerExtension - Interface in io.swagger.jaxrs.ext
 
SwaggerExtensions - Class in io.swagger.jaxrs.ext
 
SwaggerExtensions() - Constructor for class io.swagger.jaxrs.ext.SwaggerExtensions
 
SwaggerJersey2Jaxrs - Class in io.swagger.jersey
Swagger extension for handling JAX-RS 2.0 processing.
SwaggerJersey2Jaxrs() - Constructor for class io.swagger.jersey.SwaggerJersey2Jaxrs
 
SwaggerJerseyJaxrs - Class in io.swagger.jersey
 
SwaggerJerseyJaxrs() - Constructor for class io.swagger.jersey.SwaggerJerseyJaxrs
 
SwaggerModule - Class in io.swagger.jackson
 
SwaggerModule() - Constructor for class io.swagger.jackson.SwaggerModule
 
SwaggerScannerLocator - Class in io.swagger.jaxrs.config
 
SwaggerSerializers - Class in io.swagger.jaxrs.listing
 
SwaggerSerializers() - Constructor for class io.swagger.jaxrs.listing.SwaggerSerializers
 
SwaggerSpecFilter - Interface in io.swagger.core.filter
 

T

Tag - Annotation Type in io.swagger.annotations
A definition level Tag object see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#tag-object
tag(String) - Method in class io.swagger.models.Operation
 
tag(Tag) - Method in class io.swagger.models.Swagger
 
Tag - Class in io.swagger.models
 
Tag() - Constructor for class io.swagger.models.Tag
 
tags(List<String>) - Method in class io.swagger.models.Operation
 
tags - Variable in class io.swagger.models.Swagger
 
tags(List<Tag>) - Method in class io.swagger.models.Swagger
 
termsOfService(String) - Method in class io.swagger.models.Info
 
title - Variable in class io.swagger.jaxrs.config.WebXMLReader
 
title(String) - Method in class io.swagger.models.Info
 
title(String) - Method in class io.swagger.models.properties.AbstractProperty
 
title(String) - Method in class io.swagger.models.properties.ArrayProperty
 
title(String) - Method in class io.swagger.models.properties.MapProperty
 
title(String) - Method in class io.swagger.models.properties.ObjectProperty
 
title(String) - Method in interface io.swagger.models.properties.Property
 
toModel(Property) - Static method in class io.swagger.models.properties.PropertyBuilder
Converts passed property into a model.
toString() - Method in class io.swagger.models.Operation
 
toString() - Method in class io.swagger.models.Tag
 
toValue() - Method in enum io.swagger.models.auth.In
 
toValue() - Method in enum io.swagger.models.Scheme
 
type(String) - Method in class io.swagger.models.auth.AuthorizationValue
 
type(String) - Method in class io.swagger.models.ModelImpl
 
type - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
type(String) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
TYPE - Static variable in class io.swagger.models.properties.ArrayProperty
 
TYPE - Static variable in class io.swagger.models.properties.BaseIntegerProperty
 
TYPE - Static variable in class io.swagger.models.properties.BooleanProperty
 
TYPE - Static variable in class io.swagger.models.properties.DecimalProperty
 
TYPE - Static variable in class io.swagger.models.properties.ObjectProperty
 
TYPE - Static variable in class io.swagger.models.properties.StringProperty
 
typeFromString(String) - Static method in class io.swagger.util.ReflectionUtils
 
TypeNameResolver - Class in io.swagger.jackson
Helper class used for converting well-known (property) types into Swagger type names.
TypeNameResolver() - Constructor for class io.swagger.jackson.TypeNameResolver
 
TypeNameResolver.Options - Enum in io.swagger.jackson
 

U

uniqueItems - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
See http://json-schema.org/latest/json-schema-validation.html#anchor49
uniqueItems - Variable in class io.swagger.models.properties.ArrayProperty
 
uniqueItems() - Method in class io.swagger.models.properties.ArrayProperty
 
updateSwagger(Swagger) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
url(String) - Method in class io.swagger.models.Contact
 
url(String) - Method in class io.swagger.models.ExternalDocs
 
url(String) - Method in class io.swagger.models.License
 
UUIDProperty - Class in io.swagger.models.properties
 
UUIDProperty() - Constructor for class io.swagger.models.properties.UUIDProperty
 

V

value(String) - Method in class io.swagger.models.auth.AuthorizationValue
 
valueOf(String) - Static method in enum io.swagger.annotations.SwaggerDefinition.Scheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.swagger.jackson.TypeNameResolver.Options
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.swagger.models.auth.In
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.swagger.models.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.swagger.models.properties.PropertyBuilder.PropertyId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.swagger.models.properties.StringProperty.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.swagger.models.refs.RefFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.swagger.models.refs.RefType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.swagger.models.Scheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.swagger.util.PrimitiveType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.swagger.annotations.SwaggerDefinition.Scheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.swagger.jackson.TypeNameResolver.Options
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.swagger.models.auth.In
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.swagger.models.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.swagger.models.properties.PropertyBuilder.PropertyId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.swagger.models.properties.StringProperty.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.swagger.models.refs.RefFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.swagger.models.refs.RefType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.swagger.models.Scheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.swagger.util.PrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
vendorExtension(String, Object) - Method in class io.swagger.models.properties.ArrayProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.BinaryProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.BooleanProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.ByteArrayProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.DateProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.DateTimeProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.DecimalProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.DoubleProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.EmailProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.FloatProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.IntegerProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.LongProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.MapProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.ObjectProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.PasswordProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.StringProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.properties.UUIDProperty
 
vendorExtension(String, Object) - Method in class io.swagger.models.Response
 
vendorExtension(String, Object) - Method in class io.swagger.models.Swagger
 
vendorExtensions(Map<String, Object>) - Method in class io.swagger.models.Operation
 
vendorExtensions - Variable in class io.swagger.models.Swagger
 
vendorExtensions(Map<String, Object>) - Method in class io.swagger.models.Swagger
 
VERSION - Static variable in class io.swagger.jackson.PackageVersion
 
version() - Method in class io.swagger.jackson.PackageVersion
 
version() - Method in class io.swagger.jackson.SwaggerAnnotationIntrospector
 
version(String) - Method in class io.swagger.models.Info
 

W

WebXMLReader - Class in io.swagger.jaxrs.config
 
WebXMLReader(ServletConfig) - Constructor for class io.swagger.jaxrs.config.WebXMLReader
 
WebXMLReader - Class in io.swagger.servlet.config
 
WebXMLReader(ServletConfig) - Constructor for class io.swagger.servlet.config.WebXMLReader
 
withConfigId(String) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
withContextId(String) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
withScanner(Scanner) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
withScannerId(String) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
withServletConfig(ServletConfig) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
withSwaggerConfig(SwaggerConfig) - Method in class io.swagger.jaxrs.config.SwaggerContextService
 
wrapped(Boolean) - Method in class io.swagger.models.Xml
 
writeTo(Swagger, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.swagger.jaxrs.listing.SwaggerSerializers
 

X

xml(Xml) - Method in class io.swagger.models.ModelImpl
 
xml(Xml) - Method in class io.swagger.models.properties.ArrayProperty
 
xml(Xml) - Method in class io.swagger.models.properties.BinaryProperty
 
xml(Xml) - Method in class io.swagger.models.properties.BooleanProperty
 
xml(Xml) - Method in class io.swagger.models.properties.ByteArrayProperty
 
xml(Xml) - Method in class io.swagger.models.properties.DateProperty
 
xml(Xml) - Method in class io.swagger.models.properties.DateTimeProperty
 
xml(Xml) - Method in class io.swagger.models.properties.DecimalProperty
 
xml(Xml) - Method in class io.swagger.models.properties.DoubleProperty
 
xml(Xml) - Method in class io.swagger.models.properties.EmailProperty
 
xml(Xml) - Method in class io.swagger.models.properties.FileProperty
 
xml(Xml) - Method in class io.swagger.models.properties.FloatProperty
 
xml(Xml) - Method in class io.swagger.models.properties.IntegerProperty
 
xml(Xml) - Method in class io.swagger.models.properties.LongProperty
 
xml(Xml) - Method in class io.swagger.models.properties.MapProperty
 
xml(Xml) - Method in class io.swagger.models.properties.ObjectProperty
 
xml(Xml) - Method in class io.swagger.models.properties.PasswordProperty
 
xml(Xml) - Method in class io.swagger.models.properties.StringProperty
 
xml(Xml) - Method in class io.swagger.models.properties.UUIDProperty
 
Xml - Class in io.swagger.models
 
Xml() - Constructor for class io.swagger.models.Xml
 

Y

Yaml - Class in io.swagger.util
 
Yaml() - Constructor for class io.swagger.util.Yaml
 

_

_addEnumProps(Class<?>, Property) - Method in class io.swagger.jackson.ModelResolver
 
_default - Variable in class io.swagger.models.properties.BinaryProperty
 
_default(String) - Method in class io.swagger.models.properties.BinaryProperty
 
_default - Variable in class io.swagger.models.properties.BooleanProperty
 
_default(String) - Method in class io.swagger.models.properties.BooleanProperty
 
_default(boolean) - Method in class io.swagger.models.properties.BooleanProperty
 
_default - Variable in class io.swagger.models.properties.DoubleProperty
 
_default(String) - Method in class io.swagger.models.properties.DoubleProperty
 
_default(Double) - Method in class io.swagger.models.properties.DoubleProperty
 
_default - Variable in class io.swagger.models.properties.FloatProperty
 
_default(String) - Method in class io.swagger.models.properties.FloatProperty
 
_default(Float) - Method in class io.swagger.models.properties.FloatProperty
 
_default - Variable in class io.swagger.models.properties.IntegerProperty
 
_default(String) - Method in class io.swagger.models.properties.IntegerProperty
 
_default(Integer) - Method in class io.swagger.models.properties.IntegerProperty
 
_default - Variable in class io.swagger.models.properties.LongProperty
 
_default(String) - Method in class io.swagger.models.properties.LongProperty
 
_default(Long) - Method in class io.swagger.models.properties.LongProperty
 
_default(String) - Method in class io.swagger.models.properties.ObjectProperty
 
_default - Variable in class io.swagger.models.properties.PasswordProperty
 
_default(String) - Method in class io.swagger.models.properties.PasswordProperty
 
_default - Variable in class io.swagger.models.properties.StringProperty
 
_default(String) - Method in class io.swagger.models.properties.StringProperty
 
_default - Variable in class io.swagger.models.properties.UUIDProperty
 
_default(String) - Method in class io.swagger.models.properties.UUIDProperty
 
_description(Annotated) - Method in class io.swagger.jackson.AbstractModelConverter
 
_enum(List<String>) - Method in class io.swagger.models.ModelImpl
 
_enum(String) - Method in class io.swagger.models.ModelImpl
 
_enum - Variable in class io.swagger.models.parameters.AbstractSerializableParameter
 
_enum(List<String>) - Method in class io.swagger.models.parameters.AbstractSerializableParameter
 
_enum - Variable in class io.swagger.models.properties.BinaryProperty
 
_enum - Variable in class io.swagger.models.properties.DateProperty
 
_enum(String) - Method in class io.swagger.models.properties.DateProperty
 
_enum(List<String>) - Method in class io.swagger.models.properties.DateProperty
 
_enum - Variable in class io.swagger.models.properties.DateTimeProperty
 
_enum(String) - Method in class io.swagger.models.properties.DateTimeProperty
 
_enum(List<String>) - Method in class io.swagger.models.properties.DateTimeProperty
 
_enum - Variable in class io.swagger.models.properties.DoubleProperty
 
_enum(Double) - Method in class io.swagger.models.properties.DoubleProperty
 
_enum(List<Double>) - Method in class io.swagger.models.properties.DoubleProperty
 
_enum(String) - Method in class io.swagger.models.properties.EmailProperty
 
_enum(List<String>) - Method in class io.swagger.models.properties.EmailProperty
 
_enum - Variable in class io.swagger.models.properties.FloatProperty
 
_enum(Float) - Method in class io.swagger.models.properties.FloatProperty
 
_enum(List<Float>) - Method in class io.swagger.models.properties.FloatProperty
 
_enum - Variable in class io.swagger.models.properties.IntegerProperty
 
_enum(Integer) - Method in class io.swagger.models.properties.IntegerProperty
 
_enum(List<Integer>) - Method in class io.swagger.models.properties.IntegerProperty
 
_enum - Variable in class io.swagger.models.properties.LongProperty
 
_enum(Long) - Method in class io.swagger.models.properties.LongProperty
 
_enum(List<Long>) - Method in class io.swagger.models.properties.LongProperty
 
_enum - Variable in class io.swagger.models.properties.PasswordProperty
 
_enum(String) - Method in class io.swagger.models.properties.PasswordProperty
 
_enum(List<String>) - Method in class io.swagger.models.properties.PasswordProperty
 
_enum - Variable in class io.swagger.models.properties.StringProperty
 
_enum(String) - Method in class io.swagger.models.properties.StringProperty
 
_enum(List<String>) - Method in class io.swagger.models.properties.StringProperty
 
_enum - Variable in class io.swagger.models.properties.UUIDProperty
 
_enum(String) - Method in class io.swagger.models.properties.UUIDProperty
 
_enum(List<String>) - Method in class io.swagger.models.properties.UUIDProperty
 
_findDefaultValue(Annotated) - Method in class io.swagger.jackson.AbstractModelConverter
 
_findExampleValue(Annotated) - Method in class io.swagger.jackson.AbstractModelConverter
 
_findReadOnly(Annotated) - Method in class io.swagger.jackson.AbstractModelConverter
 
_findTypeName(JavaType, BeanDescription) - Method in class io.swagger.jackson.AbstractModelConverter
 
_intr - Variable in class io.swagger.jackson.AbstractModelConverter
 
_isSetType(Class<?>) - Method in class io.swagger.jackson.AbstractModelConverter
 
_mapper - Variable in class io.swagger.jackson.AbstractModelConverter
 
_resolvedTypeNames - Variable in class io.swagger.jackson.AbstractModelConverter
Minor optimization: no need to keep on resolving same types over and over again.
_subTypeName(NamedType) - Method in class io.swagger.jackson.AbstractModelConverter
 
_typeName(JavaType) - Method in class io.swagger.jackson.AbstractModelConverter
 
_typeName(JavaType, BeanDescription) - Method in class io.swagger.jackson.AbstractModelConverter
 
_typeNameResolver - Variable in class io.swagger.jackson.AbstractModelConverter
 
_typeQName(JavaType) - Method in class io.swagger.jackson.AbstractModelConverter
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links

Copyright © 2017. All rights reserved.