Class SwaggerConfig
- java.lang.Object
-
- de.hybris.platform.smarteditwebservices.config.SwaggerConfig
-
@EnableSwagger2 @Component public class SwaggerConfig extends java.lang.ObjectConfiguration for swagger api documentation
-
-
Constructor Summary
Constructors Constructor Description SwaggerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description springfox.documentation.spring.web.plugins.DocketapiDocumentation()protected springfox.documentation.service.ApiInfoapiInfo()protected springfox.documentation.service.OAuthclientCredentialFlow()protected java.util.List<springfox.documentation.service.SecurityReference>defaultAuth()protected ApiVendorExtensionServicegetApiVendorExtensionService()protected springfox.documentation.service.AuthorizationScopegetAuthorizationScope(java.lang.String key)protected java.lang.StringgetAuthorizationUrl()protected ConfigurationServicegetConfigurationService()protected java.lang.StringgetHost()protected java.lang.StringgetPropertyValue(java.lang.String propertyName)protected springfox.documentation.service.OAuthpasswordFlow()protected springfox.documentation.spi.service.contexts.SecurityContextsecurityContext()voidsetConfigurationService(ConfigurationService configurationService)
-
-
-
Method Detail
-
apiDocumentation
@Bean public springfox.documentation.spring.web.plugins.Docket apiDocumentation()
-
apiInfo
protected springfox.documentation.service.ApiInfo apiInfo()
-
passwordFlow
protected springfox.documentation.service.OAuth passwordFlow()
-
clientCredentialFlow
protected springfox.documentation.service.OAuth clientCredentialFlow()
-
getPropertyValue
protected java.lang.String getPropertyValue(java.lang.String propertyName)
-
getAuthorizationScope
protected springfox.documentation.service.AuthorizationScope getAuthorizationScope(java.lang.String key)
-
getHost
protected java.lang.String getHost()
-
getAuthorizationUrl
protected java.lang.String getAuthorizationUrl()
-
securityContext
protected springfox.documentation.spi.service.contexts.SecurityContext securityContext()
-
defaultAuth
protected java.util.List<springfox.documentation.service.SecurityReference> defaultAuth()
-
getConfigurationService
protected ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
getApiVendorExtensionService
protected ApiVendorExtensionService getApiVendorExtensionService()
-
-