Uses of Interface
org.eclipse.microprofile.openapi.models.info.License
Packages that use License
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 of programmable models to represent metadata about the API, including license information and
contact information of the exposed API.
-
Uses of License in org.eclipse.microprofile.openapi
Methods in org.eclipse.microprofile.openapi that return LicenseModifier and TypeMethodDescriptionstatic LicenseOASFactory.createLicense()This method creates a newLicenseinstance. -
Uses of License in org.eclipse.microprofile.openapi.models.info
Methods in org.eclipse.microprofile.openapi.models.info that return LicenseModifier and TypeMethodDescriptionInfo.getLicense()Returns the license information for the exposed API from this Info instance.default LicenseLicense.identifier(String identifier) Sets this License instance's identifier used for the API and returns this instance of License.default LicenseSets this License instance's name used for the API and returns this instance of License.default LicenseSets this License instance's URL used for the API and returns this instance of License.Methods in org.eclipse.microprofile.openapi.models.info with parameters of type LicenseModifier and TypeMethodDescriptiondefault InfoSets this Info's license information for the exposed API and returns this instance of Info.voidInfo.setLicense(License license) Sets this Info's license information for the exposed API.