Uses of Class
io.muserver.openapi.LicenseObject
-
Packages that use LicenseObject 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 LicenseObject in io.muserver.openapi
Methods in io.muserver.openapi that return LicenseObject Modifier and Type Method Description static LicenseObject
LicenseObjectBuilder. Apache2_0()
LicenseObject
LicenseObjectBuilder. build()
LicenseObject
InfoObject. license()
static LicenseObject
LicenseObjectBuilder. MITLicense()
static LicenseObject
LicenseObjectBuilder. TheUnlicense()
Methods in io.muserver.openapi with parameters of type LicenseObject Modifier and Type Method Description InfoObjectBuilder
InfoObjectBuilder. withLicense(LicenseObject license)
-