Uses of Class
io.muserver.openapi.InfoObjectBuilder
-
Packages that use InfoObjectBuilder 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 InfoObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return InfoObjectBuilder Modifier and Type Method Description static InfoObjectBuilder
InfoObjectBuilder. infoObject()
Creates a builder for aInfoObject
InfoObjectBuilder
InfoObjectBuilder. withContact(ContactObject contact)
InfoObjectBuilder
InfoObjectBuilder. withDescription(java.lang.String description)
InfoObjectBuilder
InfoObjectBuilder. withLicense(LicenseObject license)
InfoObjectBuilder
InfoObjectBuilder. withTermsOfService(java.net.URI termsOfService)
InfoObjectBuilder
InfoObjectBuilder. withTitle(java.lang.String title)
InfoObjectBuilder
InfoObjectBuilder. withVersion(java.lang.String version)
-