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
FieldsModifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrestResponseFactory(org.springframework.beans.factory.ObjectProvider<RestVariableConverter> variableConverters)
-
Field Details
-
objectMapper
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
ExternalJobRestConfiguration
public ExternalJobRestConfiguration()
-
-
Method Details
-
restResponseFactory
@Bean @ConditionalOnMissingBean public ExternalJobRestResponseFactory restResponseFactory(org.springframework.beans.factory.ObjectProvider<RestVariableConverter> variableConverters)
-