Uses of Class
io.muserver.openapi.XmlObject
-
Packages that use XmlObject Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services. -
-
Uses of XmlObject in io.muserver.openapi
Methods in io.muserver.openapi that return XmlObject Modifier and Type Method Description XmlObject
XmlObjectBuilder. build()
XmlObject
SchemaObject. xml()
XmlObject
SchemaObjectBuilder. xml()
Methods in io.muserver.openapi with parameters of type XmlObject Modifier and Type Method Description SchemaObjectBuilder
SchemaObjectBuilder. withXml(XmlObject xml)
-