java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.config.SwaggerConfig
Direct Known Subclasses:
SwaggerVersion1Config, SwaggerVersion2Config

public class SwaggerConfig extends Object
Swagger Configuration for usageconsumptiontmfwebservices extension
Since:
2108
  • 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

      protected String getPropertyValue(String propertyName)
    • oauthSecurityContext

      protected springfox.documentation.spi.service.contexts.SecurityContext oauthSecurityContext()
    • oauthSecurityReferences

      protected List<springfox.documentation.service.SecurityReference> oauthSecurityReferences()
    • getVersion

      protected String getVersion()
    • getConfigurationService

      protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()