Uses of Class
io.muserver.openapi.ContactObject
-
Packages that use ContactObject 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 ContactObject in io.muserver.openapi
Fields in io.muserver.openapi declared as ContactObject Modifier and Type Field Description ContactObject
InfoObject. contact
Deprecated.useInfoObject.contact()
insteadMethods in io.muserver.openapi that return ContactObject Modifier and Type Method Description ContactObject
ContactObjectBuilder. build()
ContactObject
InfoObject. contact()
Methods in io.muserver.openapi with parameters of type ContactObject Modifier and Type Method Description InfoObjectBuilder
InfoObjectBuilder. withContact(ContactObject contact)
-