Uses of Interface
com.reprezen.kaizen.oasparser.model3.Path
-
Packages that use Path Package Description com.reprezen.kaizen.oasparser.model3 com.reprezen.kaizen.oasparser.ovl3 -
-
Uses of Path in com.reprezen.kaizen.oasparser.model3
Methods in com.reprezen.kaizen.oasparser.model3 that return Path Modifier and Type Method Description PathCallback. getCallbackPath(String expression)PathOpenApi3. getPath(String name)Methods in com.reprezen.kaizen.oasparser.model3 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.reprezen.kaizen.oasparser.model3 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.reprezen.kaizen.oasparser.model3 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.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement Path Modifier and Type Class Description classPathImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type Path Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<Path>PathImpl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return Path Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
PathPathImpl. create(OV modelMember)PathCallbackImpl. getCallbackPath(String expression)PathOpenApi3Impl. getPath(String name)Methods in com.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type Path Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.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.reprezen.kaizen.oasparser.ovl3 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.reprezen.kaizen.oasparser.ovl3 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.reprezen.kaizen.oasparser.ovl3 with parameters of type Path Constructor Description PathImpl(Path path, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-