Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OAPath
-
Packages that use OAPath Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec -
-
Uses of OAPath in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return OAPath Modifier and Type Method Description OAPathOAPath. addParameter(OAParameter parameter)OAPathOAPath. setDelete(OAOperation delete)OAPathOAPath. setGet(OAOperation get)OAPathOAPath. setHead(OAOperation head)OAPathOAPath. setOptions(OAOperation options)OAPathOAPath. setPatch(OAOperation patch)OAPathOAPath. setPost(OAOperation post)OAPathOAPath. setPut(OAOperation put)OAPathOAPath. setRef(String ref)Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return types with arguments of type OAPath Modifier and Type Method Description Map<String,OAPath>OADoc. getPaths()Gets the paths defined in the document.Map<String,OAPath>GeneratorContext. getPathTargets()
-