Uses of Interface
com.networknt.oas.model.Xml
-
Packages that use Xml Package Description com.networknt.oas.model com.networknt.oas.model.impl -
-
Uses of Xml in com.networknt.oas.model
Methods in com.networknt.oas.model that return Xml Modifier and Type Method Description XmlSchema. getXml()XmlSchema. getXml(boolean elaborate)Methods in com.networknt.oas.model with parameters of type Xml Modifier and Type Method Description voidSchema. setXml(Xml xml) -
Uses of Xml in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement Xml Modifier and Type Class Description classXmlImplFields in com.networknt.oas.model.impl with type parameters of type Xml Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<Xml>XmlImpl. factoryMethods in com.networknt.oas.model.impl that return Xml Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
XmlXmlImpl. create(OV modelMember)XmlSchemaImpl. getXml()XmlSchemaImpl. getXml(boolean elaborate)Methods in com.networknt.oas.model.impl that return types with arguments of type Xml Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<Xml>XmlImpl. builder(OV modelMember)Methods in com.networknt.oas.model.impl with parameters of type Xml Modifier and Type Method Description voidSchemaImpl. setXml(Xml xml)Constructors in com.networknt.oas.model.impl with parameters of type Xml Constructor Description XmlImpl(Xml xml, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr)
-