Uses of Class
io.smallrye.openapi.internal.models.AbstractPathItem
Packages that use AbstractPathItem
-
Uses of AbstractPathItem in io.smallrye.openapi.api.models
Subclasses of AbstractPathItem in io.smallrye.openapi.api.modelsModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractPathItem in io.smallrye.openapi.internal.models
Subclasses of AbstractPathItem in io.smallrye.openapi.internal.modelsModifier and TypeClassDescriptionclass
An implementation of thePathItem
OpenAPI model interface.Methods in io.smallrye.openapi.internal.models that return AbstractPathItemModifier and TypeMethodDescriptionAbstractPathItem.addParameter
(org.eclipse.microprofile.openapi.models.parameters.Parameter newValue) AbstractPathItem.addServer
(org.eclipse.microprofile.openapi.models.servers.Server newValue)
OASFactory.createPathItem()
instead.