public abstract class AbstractSwaggerWelcome extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected SpringDocConfigProperties |
springDocConfigProperties |
protected SwaggerUiConfigProperties |
swaggerUiConfig |
protected String |
uiRootPath |
| Constructor and Description |
|---|
AbstractSwaggerWelcome(SwaggerUiConfigProperties swaggerUiConfig,
SpringDocConfigProperties springDocConfigProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected String |
buildUrl(String contextPath,
String docsUrl) |
protected void |
calculateUiRootPath(StringBuilder... sbUrls) |
protected final SwaggerUiConfigProperties swaggerUiConfig
protected final SpringDocConfigProperties springDocConfigProperties
protected String uiRootPath
public AbstractSwaggerWelcome(SwaggerUiConfigProperties swaggerUiConfig, SpringDocConfigProperties springDocConfigProperties)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanprotected void calculateUiRootPath(StringBuilder... sbUrls)
Copyright © 2020. All rights reserved.