Uses of Interface
org.eclipse.microprofile.openapi.models.media.XML
Packages that use XML
Package
Description
A set of Java interfaces, annotations and programming models which allow Java developers to natively produce OpenAPI
v3.1 documents from their Jakarta REST applications.
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 -
Uses of XML in org.eclipse.microprofile.openapi.models.media
Methods in org.eclipse.microprofile.openapi.models.media that return XMLModifier and TypeMethodDescriptiondefault XMLThis method sets the attribute property of XML instance to the given Boolean argument and returns the modified instance.Schema.getXml()Returns the xml property from this Schema instance.default XMLThis method sets the name property of XML instance to the given String argument and returns the modified instance.default XMLThis method sets the namespace property of XML instance to the given String argument and returns the modified instance.default XMLThis method sets the prefix property of XML instance to the given String argument and returns the modified instance.default XMLThis 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