Uses of Class
io.swagger.v3.oas.models.PathItem
-
Packages that use PathItem Package Description io.swagger.v3.oas.models io.swagger.v3.oas.models.callbacks -
-
Uses of PathItem in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return PathItem Modifier and Type Method Description PathItemPathItem. $ref(String $ref)PathItemPathItem. addParametersItem(Parameter parametersItem)PathItemPathItem. addServersItem(Server serversItem)PathItemPathItem. delete(Operation delete)PathItemPathItem. description(String description)PathItemPathItem. extensions(Map<String,Object> extensions)PathItemPathItem. get(Operation get)PathItemPathItem. head(Operation head)PathItemPathItem. options(Operation options)PathItemPathItem. parameters(List<Parameter> parameters)PathItemPathItem. patch(Operation patch)PathItemPathItem. post(Operation post)PathItemPathItem. put(Operation put)PathItemPathItem. servers(List<Server> servers)PathItemPathItem. summary(String summary)PathItemPathItem. trace(Operation trace)Methods in io.swagger.v3.oas.models that return types with arguments of type PathItem Modifier and Type Method Description Map<String,PathItem>Components. getPathItems()returns the path items property from a Components instance.Map<String,PathItem>OpenAPI. getWebhooks()returns the webhooks property from a OpenAPI instance.Methods in io.swagger.v3.oas.models with parameters of type PathItem Modifier and Type Method Description ComponentsComponents. addPathItem(String key, PathItem pathItem)PathsPaths. addPathItem(String name, PathItem item)OpenAPIOpenAPI. addWebhooks(String key, PathItem pathItem)OpenAPIOpenAPI. path(String name, PathItem path)Method parameters in io.swagger.v3.oas.models with type arguments of type PathItem Modifier and Type Method Description ComponentsComponents. pathItems(Map<String,PathItem> pathItems)voidComponents. setPathItems(Map<String,PathItem> pathItems)voidOpenAPI. setWebhooks(Map<String,PathItem> webhooks)OpenAPIOpenAPI. webhooks(Map<String,PathItem> webhooks) -
Uses of PathItem in io.swagger.v3.oas.models.callbacks
Methods in io.swagger.v3.oas.models.callbacks with parameters of type PathItem Modifier and Type Method Description CallbackCallback. addPathItem(String name, PathItem item)
-