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