Uses of Class
io.swagger.annotations.SwaggerDefinition.Scheme
-
-
Uses of SwaggerDefinition.Scheme in io.swagger.annotations
Methods in io.swagger.annotations that return SwaggerDefinition.Scheme Modifier and Type Method Description SwaggerDefinition.Scheme[]schemes()The transfer protocol of the API.static SwaggerDefinition.SchemeSwaggerDefinition.Scheme. valueOf(String name)Returns the enum constant of this type with the specified name.static SwaggerDefinition.Scheme[]SwaggerDefinition.Scheme. values()Returns an array containing the constants of this enum type, in the order they are declared.
-