Uses of Interface
com.reprezen.kaizen.oasparser.model3.OpenApi3
-
Packages that use OpenApi3 Package Description com.reprezen.kaizen.oasparser com.reprezen.kaizen.oasparser.ovl3 -
-
Uses of OpenApi3 in com.reprezen.kaizen.oasparser
Methods in com.reprezen.kaizen.oasparser that return OpenApi3 Modifier and Type Method Description OpenApi3OpenApi3Parser. parse(com.fasterxml.jackson.databind.JsonNode tree, URL resolutionBase)OpenApi3OpenApi3Parser. parse(com.fasterxml.jackson.databind.JsonNode tree, URL resolutionBase, boolean validate)OpenApi3OpenApi3Parser. parse(File specFile)OpenApi3OpenApi3Parser. parse(File specFile, boolean validate)OpenApi3OpenApi3Parser. parse(String spec, URL resolutionBase)OpenApi3OpenApi3Parser. parse(String spec, URL resolutionBase, boolean validate)OpenApi3OpenApi3Parser. parse(URI uri)OpenApi3OpenApi3Parser. parse(URI uri, boolean validate)OpenApi3OpenApi3Parser. parse(URL resolutionBase)OpenApi3OpenApi3Parser. parse(URL resolutionBase, boolean validate) -
Uses of OpenApi3 in com.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement OpenApi3 Modifier and Type Class Description classOpenApi3ImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type OpenApi3 Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<OpenApi3>OpenApi3Impl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return OpenApi3 Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
OpenApi3OpenApi3Impl. create(OV modelMember)Methods in com.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type OpenApi3 Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<OpenApi3>OpenApi3Impl. builder(OV modelMember)Constructors in com.reprezen.kaizen.oasparser.ovl3 with parameters of type OpenApi3 Constructor Description OpenApi3Impl(OpenApi3 openApi3, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-