Uses of Class
io.muserver.openapi.ExternalDocumentationObject
-
Packages that use ExternalDocumentationObject Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services. -
-
Uses of ExternalDocumentationObject in io.muserver.openapi
Methods in io.muserver.openapi that return ExternalDocumentationObject Modifier and Type Method Description ExternalDocumentationObjectExternalDocumentationObjectBuilder. build()ExternalDocumentationObjectOpenAPIObject. externalDocs()ExternalDocumentationObjectOperationObject. externalDocs()ExternalDocumentationObjectSchemaObject. externalDocs()ExternalDocumentationObjectSchemaObjectBuilder. externalDocs()ExternalDocumentationObjectTagObject. externalDocs()Methods in io.muserver.openapi with parameters of type ExternalDocumentationObject Modifier and Type Method Description OpenAPIObjectBuilderOpenAPIObjectBuilder. withExternalDocs(ExternalDocumentationObject externalDocs)OperationObjectBuilderOperationObjectBuilder. withExternalDocs(ExternalDocumentationObject externalDocs)SchemaObjectBuilderSchemaObjectBuilder. withExternalDocs(ExternalDocumentationObject externalDocs)TagObjectBuilderTagObjectBuilder. withExternalDocs(ExternalDocumentationObject externalDocs)
-