Package org.flowable.spring.boot.job
Class ExternalJobRestConfiguration
- java.lang.Object
-
- org.flowable.spring.boot.job.ExternalJobRestConfiguration
-
@Import(DispatcherServletConfiguration.class) @ComponentScan("org.flowable.external.job.rest.service.api") public class ExternalJobRestConfiguration extends Object
Component scan for the External Job REST API Configuration.- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description ExternalJobRestConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalJobRestResponseFactoryrestResponseFactory(org.springframework.beans.factory.ObjectProvider<RestVariableConverter> variableConverters)
-
-
-
Method Detail
-
restResponseFactory
@Bean @ConditionalOnMissingBean public ExternalJobRestResponseFactory restResponseFactory(org.springframework.beans.factory.ObjectProvider<RestVariableConverter> variableConverters)
-
-