Uses of Class
org.eclipse.microprofile.openapi.annotations.ExternalDocumentation
-
Packages that use ExternalDocumentation Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.org.eclipse.microprofile.openapi.annotations.callbacks A set of annotations to represent callback URL or an array of relevant callback URLs that can be invoked for a particular HTTP operation as well as the HTTP operation that will be invoked with the callback.org.eclipse.microprofile.openapi.annotations.media A set of annotations to represent input and output data type, media type and relevant examples.org.eclipse.microprofile.openapi.annotations.tags A set of annotations to represent a tag for an API endpoint and a container that encapsulates multiple such tags. -
-
Uses of ExternalDocumentation in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return ExternalDocumentation Modifier and Type Method Description ExternalDocumentationexternalDocs()Any additional external documentation for the API -
Uses of ExternalDocumentation in org.eclipse.microprofile.openapi.annotations.callbacks
Methods in org.eclipse.microprofile.openapi.annotations.callbacks that return ExternalDocumentation Modifier and Type Method Description ExternalDocumentationexternalDocs()Additional external documentation for this callback operation. -
Uses of ExternalDocumentation in org.eclipse.microprofile.openapi.annotations.media
Methods in org.eclipse.microprofile.openapi.annotations.media that return ExternalDocumentation Modifier and Type Method Description ExternalDocumentationexternalDocs()Additional external documentation for this schema.ExternalDocumentationexternalDocs()Additional external documentation for this schema. -
Uses of ExternalDocumentation in org.eclipse.microprofile.openapi.annotations.tags
Methods in org.eclipse.microprofile.openapi.annotations.tags that return ExternalDocumentation Modifier and Type Method Description ExternalDocumentationexternalDocs()Additional external documentation for this tag.
-