Class RuntimeBundleSwaggerConfig
- java.lang.Object
-
- org.activiti.cloud.starter.rb.configuration.RuntimeBundleSwaggerConfig
-
@Configuration public class RuntimeBundleSwaggerConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description RuntimeBundleSwaggerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PayloadsDocketCustomizerpayloadsDocketCustomizer()springfox.documentation.spring.web.plugins.DocketrbApiDocket(SwaggerDocketBuilder docketBuilder, String rbSwaggerBasePath)
-
-
-
Method Detail
-
rbApiDocket
@Bean(name="rbApiDocket") @ConditionalOnMissingBean(name="rbApiDocket") public springfox.documentation.spring.web.plugins.Docket rbApiDocket(SwaggerDocketBuilder docketBuilder, @Value("${activiti.cloud.swagger.rb-base-path:}") String rbSwaggerBasePath)
-
payloadsDocketCustomizer
@Bean @ConditionalOnMissingBean public PayloadsDocketCustomizer payloadsDocketCustomizer()
-
-