Uses of Interface
org.eclipse.microprofile.openapi.models.links.Link
Packages that use Link
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.
An interface of a model to represent a design-time link for a response.
Model interfaces to describe a single response from an API operation, and an annotation to encapsulate multiple
responses from an API operation.
-
Uses of Link in org.eclipse.microprofile.openapi
Methods in org.eclipse.microprofile.openapi that return LinkModifier and TypeMethodDescriptionstatic LinkOASFactory.createLink()This method creates a newLinkinstance.default LinkOASFilter.filterLink(Link link) Allows filtering of a particular Link.Methods in org.eclipse.microprofile.openapi with parameters of type LinkModifier and TypeMethodDescriptiondefault LinkOASFilter.filterLink(Link link) Allows filtering of a particular Link. -
Uses of Link in org.eclipse.microprofile.openapi.models
Methods in org.eclipse.microprofile.openapi.models that return types with arguments of type LinkModifier and TypeMethodDescriptionComponents.getLinks()Returns the links property from a Components instance.Methods in org.eclipse.microprofile.openapi.models with parameters of type LinkModifier and TypeMethodDescriptionAdds the given link to this Components' map of links with the given string as its key.Method parameters in org.eclipse.microprofile.openapi.models with type arguments of type LinkModifier and TypeMethodDescriptiondefault ComponentsSets this Components' links property to the given Map containing keys and reusable link objects.voidSets this Components' links property to the given Map containing keys and reusable link objects. -
Uses of Link in org.eclipse.microprofile.openapi.models.links
Methods in org.eclipse.microprofile.openapi.models.links that return LinkModifier and TypeMethodDescriptionLink.addParameter(String name, Object parameter) Add a new parameter to the parameters property of this instance of Link.default LinkLink.description(String description) Sets this Link's description property to the given string.default LinkLink.operationId(String operationId) Sets this Link's operationId property to the given string.default LinkLink.operationRef(String operationRef) Sets this Link's operationRef property to the given string.default LinkLink.parameters(Map<String, Object> parameters) Sets this Link's parameters property to the given map and returns the modified Link instance.default LinkLink.requestBody(Object requestBody) Sets this Link's requestBody property to the given object.default LinkSets this Link's server property to the given object. -
Uses of Link in org.eclipse.microprofile.openapi.models.responses
Methods in org.eclipse.microprofile.openapi.models.responses that return types with arguments of type LinkModifier and TypeMethodDescriptionAPIResponse.getLinks()Returns the operations links that can be followed from this instance of ApiResponse.Methods in org.eclipse.microprofile.openapi.models.responses with parameters of type LinkModifier and TypeMethodDescriptionAdds a link to this instance of ApiResponse using the given name and Link, and returns this ApiResponse instance.Method parameters in org.eclipse.microprofile.openapi.models.responses with type arguments of type LinkModifier and TypeMethodDescriptiondefault APIResponseSets the operations links that can be followed from this instance of ApiResponse.voidSets the operations links that can be followed from this instance of ApiResponse.