Uses of Interface
org.eclipse.microprofile.openapi.models.Paths
Packages that use Paths
Package
Description
A set of Java interfaces, annotations and programming models which allow Java developers to natively produce OpenAPI
v3.1 documents from their Jakarta REST applications.
A set of interfaces for programmable models and their helper classes, many derived from Swagger Core library.
-
Uses of Paths in org.eclipse.microprofile.openapi
Methods in org.eclipse.microprofile.openapi that return PathsModifier and TypeMethodDescriptionstatic PathsOASFactory.createPaths()This method creates a newPathsinstance. -
Uses of Paths in org.eclipse.microprofile.openapi.models
Methods in org.eclipse.microprofile.openapi.models that return PathsModifier and TypeMethodDescriptionPaths.addPathItem(String name, PathItem item) Adds the given path item to this Paths and return this instance of PathsOpenAPI.getPaths()Returns the paths property from an OpenAPI instance.Methods in org.eclipse.microprofile.openapi.models with parameters of type Paths