Uses of Interface
org.eclipse.microprofile.openapi.models.media.XML
-
Packages that use XML Package Description org.eclipse.microprofile.openapi A set of Java interfaces, annotations and programming models which allow Java developers to natively produce OpenAPI v3 documents from their JAX-RS applications.org.eclipse.microprofile.openapi.models.media A set of interfaces for programmable models to represent input and output data types and media types. -
-
Uses of XML in org.eclipse.microprofile.openapi
Methods in org.eclipse.microprofile.openapi that return XML Modifier and Type Method Description static XMLOASFactory. createXML()This method creates a newXMLinstance. -
Uses of XML in org.eclipse.microprofile.openapi.models.media
Methods in org.eclipse.microprofile.openapi.models.media that return XML Modifier and Type Method Description default XMLXML. attribute(Boolean attribute)This method sets the attribute property of XML instance to the given Boolean argument and returns the modified instance.XMLSchema. getXml()Returns the xml property from this Schema instance.default XMLXML. name(String name)This method sets the name property of XML instance to the given String argument and returns the modified instance.default XMLXML. namespace(String namespace)This method sets the namespace property of XML instance to the given String argument and returns the modified instance.default XMLXML. prefix(String prefix)This method sets the prefix property of XML instance to the given String argument and returns the modified instance.default XMLXML. wrapped(Boolean wrapped)This method sets the wrapped property of XML instance to the given Boolean argument and returns the modified instance.Methods in org.eclipse.microprofile.openapi.models.media with parameters of type XML Modifier and Type Method Description voidSchema. setXml(XML xml)Sets the xml property of this Schema instance.default SchemaSchema. xml(XML xml)Sets the xml property of this Schema instance.
-