Uses of Interface
org.eclipse.microprofile.openapi.models.info.Info
Packages that use Info
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 and their helper classes, many derived from Swagger Core library.
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 Info in org.eclipse.microprofile.openapi
Methods in org.eclipse.microprofile.openapi that return InfoModifier and TypeMethodDescriptionstatic InfoOASFactory.createInfo()This method creates a newInfoinstance. -
Uses of Info in org.eclipse.microprofile.openapi.models
Methods in org.eclipse.microprofile.openapi.models that return InfoModifier and TypeMethodDescriptionOpenAPI.getInfo()Returns the info property from an OpenAPI instance.Methods in org.eclipse.microprofile.openapi.models with parameters of type Info -
Uses of Info in org.eclipse.microprofile.openapi.models.info
Methods in org.eclipse.microprofile.openapi.models.info that return InfoModifier and TypeMethodDescriptiondefault InfoSets this Info instance's contact information for the exposed API and returns this instance of Info.default InfoInfo.description(String description) Sets this Info instance's description for the application to the given description and returns this instance of Info.default InfoSets this Info's license information for the exposed API and returns this instance of Info.default InfoSets this Info instance's summary of the API to the given summary and returns this instance of Info.default InfoInfo.termsOfService(String termsOfService) Sets this Info instance's URL to the Terms of Service for the API to the given String and returns this instance of Info.default InfoSets this Info instance's title for the application to the given title and returns this instance of Infodefault InfoSets the version of the OpenAPI document for this instance of Info to the given version and returns this instance of Info