Uses of Class
io.muserver.openapi.ContactObjectBuilder
-
Packages that use ContactObjectBuilder 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 ContactObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return ContactObjectBuilder Modifier and Type Method Description static ContactObjectBuilder
ContactObjectBuilder. contactObject()
Creates a builder for aContactObject
ContactObjectBuilder
ContactObjectBuilder. withEmail(java.lang.String email)
ContactObjectBuilder
ContactObjectBuilder. withName(java.lang.String name)
ContactObjectBuilder
ContactObjectBuilder. withUrl(java.net.URI url)
-