Uses of Interface
org.eclipse.microprofile.openapi.models.info.Contact
Packages that use Contact
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 Contact in org.eclipse.microprofile.openapi
Methods in org.eclipse.microprofile.openapi that return ContactModifier and TypeMethodDescriptionstatic ContactOASFactory.createContact()This method creates a newContactinstance. -
Uses of Contact in org.eclipse.microprofile.openapi.models.info
Methods in org.eclipse.microprofile.openapi.models.info that return ContactModifier and TypeMethodDescriptiondefault ContactSets this Contact instance's contact email to the given email and returns this instance of ContactInfo.getContact()Returns the contact information for the exposed API from this Info instance.default ContactSets this Contact instance's identifying name to the given name and returns this instance of Contact.default ContactSets this Contact instance's URL pointing to the contact information and returns this instance of Contact.Methods in org.eclipse.microprofile.openapi.models.info with parameters of type ContactModifier and TypeMethodDescriptiondefault InfoSets this Info instance's contact information for the exposed API and returns this instance of Info.voidInfo.setContact(Contact contact) Sets this Info instance's contact information for the exposed API.