Uses of Package
io.swagger.v3.oas.annotations
-
Classes in io.swagger.v3.oas.annotations used by io.swagger.v3.oas.annotations Class Description ExternalDocumentation The annotation may be used at method level or as field ofOperation
to add a reference to an external resource for extended documentation of an Operation (OpenAPI specification).OpenAPI31 Operation The annotation may be used to define a resource method as an OpenAPI Operation, and/or to define additional properties for the Operation.Parameter The annotation may be used on a method parameter to define it as a parameter for the operation, and/or to define additional properties for the Parameter.Webhook The annotation may be used to define a method as an OpenAPI Webhook. -
Classes in io.swagger.v3.oas.annotations used by io.swagger.v3.oas.annotations.callbacks Class Description Operation The annotation may be used to define a resource method as an OpenAPI Operation, and/or to define additional properties for the Operation. -
Classes in io.swagger.v3.oas.annotations used by io.swagger.v3.oas.annotations.info Class Description OpenAPI31 -
Classes in io.swagger.v3.oas.annotations used by io.swagger.v3.oas.annotations.media Class Description ExternalDocumentation The annotation may be used at method level or as field ofOperation
to add a reference to an external resource for extended documentation of an Operation (OpenAPI specification).OpenAPI31 StringToClassMapItem -
Classes in io.swagger.v3.oas.annotations used by io.swagger.v3.oas.annotations.tags Class Description ExternalDocumentation The annotation may be used at method level or as field ofOperation
to add a reference to an external resource for extended documentation of an Operation (OpenAPI specification).