Uses of Interface
com.networknt.oas.model.OpenApi3
-
Packages that use OpenApi3 Package Description com.networknt.oas com.networknt.oas.model.impl com.networknt.openapi -
-
Uses of OpenApi3 in com.networknt.oas
Methods in com.networknt.oas 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.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement OpenApi3 Modifier and Type Class Description classOpenApi3ImplFields in com.networknt.oas.model.impl with type parameters of type OpenApi3 Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<OpenApi3>OpenApi3Impl. factoryMethods in com.networknt.oas.model.impl that return OpenApi3 Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
OpenApi3OpenApi3Impl. create(OV modelMember)Methods in com.networknt.oas.model.impl that return types with arguments of type OpenApi3 Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<OpenApi3>OpenApi3Impl. builder(OV modelMember)Constructors in com.networknt.oas.model.impl with parameters of type OpenApi3 Constructor Description OpenApi3Impl(OpenApi3 openApi3, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr) -
Uses of OpenApi3 in com.networknt.openapi
Fields in com.networknt.openapi declared as OpenApi3 Modifier and Type Field Description OpenApi3OpenApiHelper. openApi3
-