Uses of Class
io.swagger.v3.oas.models.media.XML
-
Packages that use XML Package Description io.swagger.v3.oas.models.media -
-
Uses of XML in io.swagger.v3.oas.models.media
Methods in io.swagger.v3.oas.models.media that return XML Modifier and Type Method Description XMLXML. attribute(Boolean attribute)XMLXML. extensions(Map<String,Object> extensions)XMLSchema. getXml()returns the xml property from a Schema instance.XMLXML. name(String name)XMLXML. namespace(String namespace)XMLXML. prefix(String prefix)XMLXML. wrapped(Boolean wrapped)Methods in io.swagger.v3.oas.models.media with parameters of type XML Modifier and Type Method Description voidSchema. setXml(XML xml)SchemaSchema. xml(XML xml)
-