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 TypeClassDescriptionclassDeprecated, 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 TypeClassDescriptionclassAn implementation of thePathItemOpenAPI 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.