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 XmlObjectXmlObjectBuilder. build()XmlObjectSchemaObject. xml()XmlObjectSchemaObjectBuilder. xml()Methods in io.muserver.openapi with parameters of type XmlObject Modifier and Type Method Description SchemaObjectBuilderSchemaObjectBuilder. withXml(XmlObject xml)
-