Uses of Class
io.muserver.openapi.TagObjectBuilder
-
Packages that use TagObjectBuilder 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 TagObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return TagObjectBuilder Modifier and Type Method Description static TagObjectBuilderTagObjectBuilder. tagObject()Creates a builder for aTagObjectBuilderTagObjectBuilderTagObjectBuilder. withDescription(java.lang.String description)TagObjectBuilderTagObjectBuilder. withExternalDocs(ExternalDocumentationObject externalDocs)TagObjectBuilderTagObjectBuilder. withName(java.lang.String name)
-