A C E I L R S T V 

A

Api - Annotation Type in io.swagger.annotations
Marks a class as a Swagger resource.
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.
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.
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.

C

Contact - Annotation Type in io.swagger.annotations
Contact metadata available within the info section of a Swagger definition - see https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#contactObject

E

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.

I

Info - Annotation Type in io.swagger.annotations
High-level metadata for a Swagger definition - see https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#infoObject
io.swagger.annotations - package io.swagger.annotations
 

L

License - Annotation Type in io.swagger.annotations
License metadata available within the info section of a Swagger definition, see https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#licenseObject

R

ResponseHeader - Annotation Type in io.swagger.annotations
Represents a header that can be provided as part of the response.

S

SwaggerDefinition - Annotation Type in io.swagger.annotations
Annotation that configures definition level metadata.
SwaggerDefinition.Scheme - Enum in io.swagger.annotations
Enumeration with valid schemes

T

Tag - Annotation Type in io.swagger.annotations
A definition level Tag object see https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#tag-object

V

valueOf(String) - Static method in enum io.swagger.annotations.SwaggerDefinition.Scheme
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.
A C E I L R S T V 

Copyright © 2015. All Rights Reserved.