Uses of Class
com.github.chhorz.openapi.common.domain.PathItemObject
Package
Description
-
Uses of PathItemObject in com.github.chhorz.openapi.common.domain
Modifier and TypeMethodDescriptionvoid
OpenAPI.putPathItemObject
(String path, PathItemObject pathItemObject) -
Uses of PathItemObject in com.github.chhorz.openapi.common.util
Modifier and TypeMethodDescriptionTagUtils.getAllTags
(PathItemObject pathItemObject) Method to aggregate all tags from a givenPathItemObject
. -
Uses of PathItemObject in com.github.chhorz.openapi.spring.util
Modifier and TypeMethodDescriptionPathItemUtils.mergePathItems
(PathItemObject pathItemOne, PathItemObject pathItemTwo) Merges the givenPathItemObject
s and all of their internal components.Modifier and TypeMethodDescriptionPathItemUtils.mergePathItems
(PathItemObject pathItemOne, PathItemObject pathItemTwo) Merges the givenPathItemObject
s and all of their internal components.