Modifier and Type |
Method and Description |
protected abstract void |
addSwaggerResource(Server server,
Bus bus) |
protected void |
calculateDefaultBasePath(Server server) |
String |
getBasePath() |
String |
getContact() |
String |
getDescription() |
String |
getFilterClass() |
String |
getLicense() |
String |
getLicenseUrl() |
String |
getResourcePackage() |
String |
getTermsOfServiceUrl() |
String |
getTitle() |
String |
getVersion() |
void |
initialize(Server server,
Bus bus) |
boolean |
isActivateOnlyIfJaxrsSupported() |
boolean |
isRunAsFilter() |
void |
setActivateOnlyIfJaxrsSupported(boolean activateOnlyIfJaxrsSupported) |
void |
setBasePath(String basePath) |
protected abstract void |
setBasePathByAddress(String address) |
void |
setContact(String contact) |
void |
setDescription(String description) |
void |
setFilterClass(String filterClass) |
void |
setLicense(String license) |
void |
setLicenseUrl(String licenseUrl) |
void |
setResourcePackage(String resourcePackage) |
void |
setRunAsFilter(boolean runAsFilter) |
void |
setTermsOfServiceUrl(String termsOfServiceUrl) |
void |
setTitle(String title) |
void |
setVersion(String version) |