Uses of Interface
com.networknt.oas.model.Path
-
Packages that use Path Package Description com.networknt.oas.model com.networknt.oas.model.impl com.networknt.openapi -
-
Uses of Path in com.networknt.oas.model
Methods in com.networknt.oas.model that return Path Modifier and Type Method Description PathCallback. getCallbackPath(String expression)PathOpenApi3. getPath(String name)Methods in com.networknt.oas.model that return types with arguments of type Path Modifier and Type Method Description Map<String,Path>Callback. getCallbackPaths()Map<String,Path>Callback. getCallbackPaths(boolean elaborate)Map<String,Path>OpenApi3. getPaths()Map<String,Path>OpenApi3. getPaths(boolean elaborate)Methods in com.networknt.oas.model with parameters of type Path Modifier and Type Method Description voidCallback. setCallbackPath(String expression, Path callbackPath)voidOpenApi3. setPath(String name, Path path)Method parameters in com.networknt.oas.model with type arguments of type Path Modifier and Type Method Description voidCallback. setCallbackPaths(Map<String,Path> callbackPaths)voidOpenApi3. setPaths(Map<String,Path> paths) -
Uses of Path in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement Path Modifier and Type Class Description classPathImplFields in com.networknt.oas.model.impl with type parameters of type Path Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<Path>PathImpl. factoryMethods in com.networknt.oas.model.impl that return Path Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
PathPathImpl. create(OV modelMember)PathCallbackImpl. getCallbackPath(String expression)PathOpenApi3Impl. getPath(String name)Methods in com.networknt.oas.model.impl that return types with arguments of type Path Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<Path>PathImpl. builder(OV modelMember)Map<String,Path>CallbackImpl. getCallbackPaths()Map<String,Path>CallbackImpl. getCallbackPaths(boolean elaborate)Map<String,Path>OpenApi3Impl. getPaths()Map<String,Path>OpenApi3Impl. getPaths(boolean elaborate)Methods in com.networknt.oas.model.impl with parameters of type Path Modifier and Type Method Description voidCallbackImpl. setCallbackPath(String expression, Path callbackPath)voidOpenApi3Impl. setPath(String name, Path path)Method parameters in com.networknt.oas.model.impl with type arguments of type Path Modifier and Type Method Description voidCallbackImpl. setCallbackPaths(Map<String,Path> callbackPaths)voidOpenApi3Impl. setPaths(Map<String,Path> paths)Constructors in com.networknt.oas.model.impl with parameters of type Path Constructor Description PathImpl(Path path, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr) -
Uses of Path in com.networknt.openapi
Methods in com.networknt.openapi that return Path Modifier and Type Method Description PathOpenApiOperation. getPathObject()Constructors in com.networknt.openapi with parameters of type Path Constructor Description OpenApiOperation(NormalisedPath pathString, Path pathObject, String method, Operation operation)
-