Uses of Class
io.muserver.openapi.TagObject
-
Packages that use TagObject 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 TagObject in io.muserver.openapi
Methods in io.muserver.openapi that return TagObject Modifier and Type Method Description TagObjectTagObjectBuilder. build()Methods in io.muserver.openapi that return types with arguments of type TagObject Modifier and Type Method Description java.util.List<TagObject>OpenAPIObject. tags()Method parameters in io.muserver.openapi with type arguments of type TagObject Modifier and Type Method Description OpenAPIObjectBuilderOpenAPIObjectBuilder. withTags(java.util.List<TagObject> tags)
-