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 ContactObjectBuilderContactObjectBuilder. contactObject()Creates a builder for aContactObjectContactObjectBuilderContactObjectBuilder. withEmail(java.lang.String email)ContactObjectBuilderContactObjectBuilder. withName(java.lang.String name)ContactObjectBuilderContactObjectBuilder. withUrl(java.net.URI url)
-