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
Fields in io.muserver.openapi declared as XmlObject Modifier and Type Field Description XmlObject
SchemaObject. xml
Deprecated.useSchemaObject.xml()
insteadMethods 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)
-