Uses of Class
org.eclipse.microprofile.openapi.annotations.PathItem
-
Packages that use PathItem Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library. -
-
Uses of PathItem in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return PathItem Modifier and Type Method Description PathItem[]
pathItems()
An object to hold reusable Path Item Objects.PathItem[]
webhooks()
An array of webhook definitions which the API may be instructed to call using out-of-band mechanisms.
-