Class ProcessEngineRestConfiguration


  • @Import(DispatcherServletConfiguration.class)
    @ComponentScan("org.flowable.rest.service.api")
    public class ProcessEngineRestConfiguration
    extends Object
    Component scan for the Process engine REST API Configuration.
    Author:
    Filip Hrisafov
    • Field Detail

      • objectMapper

        @Autowired
        protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • Constructor Detail

      • ProcessEngineRestConfiguration

        public ProcessEngineRestConfiguration()
    • Method Detail

      • restResponseFactory

        @ConditionalOnMissingBean
        @Bean
        public RestResponseFactory restResponseFactory()