Uses of Package
io.swagger.v3.oas.annotations
-
Packages that use io.swagger.v3.oas.annotations Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.callbacks io.swagger.v3.oas.annotations.media io.swagger.v3.oas.annotations.tags -
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).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. -
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.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). -
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).