Class PrSwaggerConfig

java.lang.Object
de.hybris.platform.partyroletmfwebservices.config.PrSwaggerConfig
Direct Known Subclasses:
PrSwaggerVersionConfig, PrSwaggerVersionConfig

public class PrSwaggerConfig extends Object
Swagger Configuration for partyroletmfwebservices extension
Since:
2108
  • Constructor Details

    • PrSwaggerConfig

      public PrSwaggerConfig()
  • 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()