Uses of Class
com.github.chhorz.openapi.common.domain.PathItemObject
Packages that use PathItemObject
Package
Description
-
Uses of PathItemObject in com.github.chhorz.openapi.common.domain
Methods in com.github.chhorz.openapi.common.domain that return types with arguments of type PathItemObjectMethods in com.github.chhorz.openapi.common.domain with parameters of type PathItemObjectModifier and TypeMethodDescriptionvoidOpenAPI.putPathItemObject(String path, PathItemObject pathItemObject) -
Uses of PathItemObject in com.github.chhorz.openapi.common.util
Methods in com.github.chhorz.openapi.common.util with parameters of type PathItemObjectModifier and TypeMethodDescriptionTagUtils.getAllTags(PathItemObject pathItemObject) Method to aggregate all tags from a givenPathItemObject. -
Uses of PathItemObject in com.github.chhorz.openapi.spring.util
Methods in com.github.chhorz.openapi.spring.util that return PathItemObjectModifier and TypeMethodDescriptionPathItemUtils.mergePathItems(PathItemObject pathItemOne, PathItemObject pathItemTwo) Merges the givenPathItemObjects and all of their internal components.Methods in com.github.chhorz.openapi.spring.util with parameters of type PathItemObjectModifier and TypeMethodDescriptionPathItemUtils.mergePathItems(PathItemObject pathItemOne, PathItemObject pathItemTwo) Merges the givenPathItemObjects and all of their internal components.