- 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
-
- 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
-
- 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
-