Package org.springdoc.core.properties
Class SwaggerUiConfigParameters
java.lang.Object
org.springdoc.core.properties.AbstractSwaggerUiConfigProperties
org.springdoc.core.properties.SwaggerUiConfigParameters
@Lazy(false)
@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(name="springdoc.swagger-ui.enabled",
matchIfMissing=true)
@ConditionalOnBean(SpringDocConfiguration.class)
public class SwaggerUiConfigParameters
extends AbstractSwaggerUiConfigProperties
The type Swagger ui config parameters.
- Author:
- bnasslahsen
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springdoc.core.properties.AbstractSwaggerUiConfigProperties
AbstractSwaggerUiConfigProperties.Direction, AbstractSwaggerUiConfigProperties.SwaggerUrl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The constant CONFIG_URL_PROPERTY.static final String
The constant FILTER_PROPERTY.static final String
The constant LAYOUT_PROPERTY.static final String
The constant OAUTH2_REDIRECT_URL_PROPERTY.static final String
The constant QUERY_CONFIG_ENABLED_PROPERTY.static final String
The constant URL_PROPERTY.static final String
The constant URLS_PROPERTY.static final String
The constant VALIDATOR_URL_PROPERTY.Fields inherited from class org.springdoc.core.properties.AbstractSwaggerUiConfigProperties
configUrl, deepLinking, defaultModelExpandDepth, defaultModelRendering, defaultModelsExpandDepth, displayOperationId, displayRequestDuration, docExpansion, filter, groupsOrder, layout, maxDisplayedTags, oauth2RedirectUrl, operationsSorter, path, persistAuthorization, queryConfigEnabled, showCommonExtensions, showExtensions, supportedSubmitMethods, tagsSorter, tryItOutEnabled, url, urls, urlsPrimaryName, validatorUrl
-
Constructor Summary
ConstructorsConstructorDescriptionSwaggerUiConfigParameters
(SwaggerUiConfigProperties swaggerUiConfig) Instantiates a new Swagger ui config parameters. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add group.void
Add url.Gets config parameters.Gets ui root path.boolean
isValidUrl
(String url) Is valid url boolean.void
setUiRootPath
(String uiRootPath) Sets ui root path.Methods inherited from class org.springdoc.core.properties.AbstractSwaggerUiConfigProperties
getConfigUrl, getDeepLinking, getDefaultModelExpandDepth, getDefaultModelRendering, getDefaultModelsExpandDepth, getDisplayOperationId, getDisplayRequestDuration, getDocExpansion, getFilter, getGroupsOrder, getLayout, getMaxDisplayedTags, getOauth2RedirectUrl, getOperationsSorter, getPath, getPersistAuthorization, getQueryConfigEnabled, getShowCommonExtensions, getShowExtensions, getSupportedSubmitMethods, getTagsSorter, getTryItOutEnabled, getUrl, getUrls, getUrlsPrimaryName, getValidatorUrl, setConfigUrl, setDeepLinking, setDefaultModelExpandDepth, setDefaultModelRendering, setDefaultModelsExpandDepth, setDisplayOperationId, setDisplayRequestDuration, setDocExpansion, setFilter, setGroupsOrder, setLayout, setMaxDisplayedTags, setOauth2RedirectUrl, setOperationsSorter, setPath, setPersistAuthorization, setQueryConfigEnabled, setShowCommonExtensions, setShowExtensions, setSupportedSubmitMethods, setTagsSorter, setTryItOutEnabled, setUrl, setUrls, setUrlsPrimaryName, setValidatorUrl
-
Field Details
-
CONFIG_URL_PROPERTY
The constant CONFIG_URL_PROPERTY.- See Also:
-
LAYOUT_PROPERTY
The constant LAYOUT_PROPERTY.- See Also:
-
FILTER_PROPERTY
The constant FILTER_PROPERTY.- See Also:
-
URL_PROPERTY
The constant URL_PROPERTY.- See Also:
-
URLS_PROPERTY
The constant URLS_PROPERTY.- See Also:
-
OAUTH2_REDIRECT_URL_PROPERTY
The constant OAUTH2_REDIRECT_URL_PROPERTY.- See Also:
-
VALIDATOR_URL_PROPERTY
The constant VALIDATOR_URL_PROPERTY.- See Also:
-
QUERY_CONFIG_ENABLED_PROPERTY
The constant QUERY_CONFIG_ENABLED_PROPERTY.- See Also:
-
-
Constructor Details
-
SwaggerUiConfigParameters
Instantiates a new Swagger ui config parameters.- Parameters:
swaggerUiConfig
- the swagger ui config
-
-
Method Details
-
addGroup
Add group.- Parameters:
group
- the group
-
addUrl
Add url.- Parameters:
url
- the url
-
getUiRootPath
Gets ui root path.- Returns:
- the ui root path
-
setUiRootPath
Sets ui root path.- Parameters:
uiRootPath
- the ui root path
-
isValidUrl
Is valid url boolean.- Parameters:
url
- the url- Returns:
- the boolean
-
getConfigParameters
Gets config parameters.- Returns:
- the config parameters
-