Uses of Package
org.eclipse.microprofile.openapi.annotations.servers
-
Packages that use org.eclipse.microprofile.openapi.annotations.servers Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.org.eclipse.microprofile.openapi.annotations.links Annotations to represent a design-time link for a response and the corresponding parameter to be passed to the linked operation.org.eclipse.microprofile.openapi.annotations.servers Annotations to represent servers used for a single API operation or for all operations in an OpenAPI document, as well as a way to represent variables for server URL template substitution. -
Classes in org.eclipse.microprofile.openapi.annotations.servers used by org.eclipse.microprofile.openapi.annotations Class Description Server This annotation represents a Server used in an operation or used by all operations in an OpenAPI document. -
Classes in org.eclipse.microprofile.openapi.annotations.servers used by org.eclipse.microprofile.openapi.annotations.links Class Description Server This annotation represents a Server used in an operation or used by all operations in an OpenAPI document. -
Classes in org.eclipse.microprofile.openapi.annotations.servers used by org.eclipse.microprofile.openapi.annotations.servers Class Description Server This annotation represents a Server used in an operation or used by all operations in an OpenAPI document.ServerVariable An object representing a Server Variable for server URL template substitution.