Class SwaggerConfig
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.config.SwaggerConfig
- Direct Known Subclasses:
SwaggerVersion1Config,SwaggerVersion2Config
Swagger Configuration for usageconsumptiontmfwebservices extension
- Since:
- 2108
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionspringfox.documentation.spring.web.plugins.Docketprotected springfox.documentation.service.ApiInfoapiInfo()protected springfox.documentation.service.OAuthprotected de.hybris.platform.servicelayer.config.ConfigurationServiceprotected StringgetPropertyValue(String propertyName) protected Stringprotected springfox.documentation.spi.service.contexts.SecurityContextprotected List<springfox.documentation.service.SecurityReference>protected springfox.documentation.service.OAuth
-
Constructor Details
-
SwaggerConfig
public SwaggerConfig()
-
-
Method Details
-
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
-
oauthSecurityContext
protected springfox.documentation.spi.service.contexts.SecurityContext oauthSecurityContext() -
oauthSecurityReferences
-
getVersion
-
getConfigurationService
protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()
-