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 InfoObjectBuilderInfoObjectBuilder. infoObject()Creates a builder for aInfoObjectInfoObjectBuilderInfoObjectBuilder. withContact(ContactObject contact)InfoObjectBuilderInfoObjectBuilder. withDescription(java.lang.String description)InfoObjectBuilderInfoObjectBuilder. withLicense(LicenseObject license)InfoObjectBuilderInfoObjectBuilder. withTermsOfService(java.net.URI termsOfService)InfoObjectBuilderInfoObjectBuilder. withTitle(java.lang.String title)InfoObjectBuilderInfoObjectBuilder. withVersion(java.lang.String version)
-