public class SwaggerUiConfig extends Object
Constructor and Description |
---|
SwaggerUiConfig() |
public String getConfigUrl()
public void setConfigUrl(String configUrl)
public String getUrl()
public void setUrl(String url)
public String getFilter()
public void setFilter(String filter)
public Boolean getShowCommonExtensions()
public void setShowCommonExtensions(Boolean showCommonExtensions)
public Boolean getShowExtensions()
public Integer getMaxDisplayedTags()
public void setMaxDisplayedTags(Integer maxDisplayedTags)
public SwaggerUiConfig maxDisplayedTags(Integer value)
public void setShowExtensions(Boolean showExtensions)
public String getDocExpansion()
public void setDocExpansion(String docExpansion)
public Boolean getDisplayRequestDuration()
public void setDisplayRequestDuration(Boolean displayRequestDuration)
public String getDefaultModelRendering()
public void setDefaultModelRendering(String defaultModelRendering)
public Integer getDefaultModelExpandDepth()
public void setDefaultModelExpandDepth(Integer defaultModelExpandDepth)
public Integer getDefaultModelsExpandDepth()
public void setDefaultModelsExpandDepth(Integer defaultModelsExpandDepth)
public Boolean getDisplayOperationId()
public void setDisplayOperationId(Boolean displayOperationId)
public Boolean getDeepLinking()
public void setDeepLinking(Boolean deepLinking)
public String getValidatorUrl()
public void setValidatorUrl(String validatorUrl)
public SwaggerUiConfig validatorUrl(String value)
public SwaggerUiConfig deepLinking(Boolean value)
public SwaggerUiConfig displayOperationId(Boolean value)
public SwaggerUiConfig defaultModelsExpandDepth(Integer value)
public SwaggerUiConfig defaultModelExpandDepth(Integer value)
public SwaggerUiConfig defaultModelRendering(String value)
public SwaggerUiConfig displayRequestDuration(Boolean value)
public SwaggerUiConfig docExpansion(String value)
public SwaggerUiConfig showExtensions(Boolean value)
public SwaggerUiConfig showCommonExtensions(Boolean value)
public SwaggerUiConfig url(String u)
public SwaggerUiConfig configUrl(String cu)
public SwaggerUiConfig filter(String f)
public SwaggerUiConfig tryItOutEnabled(boolean tryItOut)
public Boolean isTryItOutEnabled()
public void setTryItOutEnabled(Boolean tryItOutEnabled)
Apache CXF