Uses of Class
io.swagger.v3.oas.models.info.License
-
Packages that use License Package Description io.swagger.v3.oas.models.info -
-
Uses of License in io.swagger.v3.oas.models.info
Methods in io.swagger.v3.oas.models.info that return License Modifier and Type Method Description LicenseLicense. extensions(Map<String,Object> extensions)LicenseInfo. getLicense()returns the license property from a Info instance.LicenseLicense. identifier(String identifier)LicenseLicense. name(String name)LicenseLicense. url(String url)Methods in io.swagger.v3.oas.models.info with parameters of type License Modifier and Type Method Description InfoInfo. license(License license)voidInfo. setLicense(License license)
-