Uses of Class
io.muserver.openapi.OpenAPIObjectBuilder
-
Packages that use OpenAPIObjectBuilder Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services.io.muserver.rest This package contains the JAX-RS implementation for mu-server. -
-
Uses of OpenAPIObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return OpenAPIObjectBuilder Modifier and Type Method Description static OpenAPIObjectBuilderOpenAPIObjectBuilder. openAPIObject()Creates a builder for anOpenAPIObjectOpenAPIObjectBuilderOpenAPIObjectBuilder. withComponents(ComponentsObject components)OpenAPIObjectBuilderOpenAPIObjectBuilder. withExternalDocs(ExternalDocumentationObject externalDocs)OpenAPIObjectBuilderOpenAPIObjectBuilder. withInfo(InfoObject info)OpenAPIObjectBuilderOpenAPIObjectBuilder. withPaths(PathsObject paths)OpenAPIObjectBuilderOpenAPIObjectBuilder. withSecurity(java.util.List<SecurityRequirementObject> security)OpenAPIObjectBuilderOpenAPIObjectBuilder. withServers(java.util.List<ServerObject> servers)OpenAPIObjectBuilderOpenAPIObjectBuilder. withTags(java.util.List<TagObject> tags) -
Uses of OpenAPIObjectBuilder in io.muserver.rest
Methods in io.muserver.rest that return OpenAPIObjectBuilder Modifier and Type Method Description OpenAPIObjectBuilderRestHandlerBuilder. openAPIObject()Methods in io.muserver.rest with parameters of type OpenAPIObjectBuilder Modifier and Type Method Description RestHandlerBuilderRestHandlerBuilder. withOpenApiDocument(OpenAPIObjectBuilder openAPIObject)Use this value to create JSON and HTML documentation for your rest service.
-