- 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
-
- ApiKeyAuthDefinition - Annotation Type in io.swagger.annotations
-
Annotation used to construct ApiKey Auth security definition.
- ApiKeyAuthDefinition.ApiKeyLocation - Enum in io.swagger.annotations
-
- 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.