Class EventRegistryRestConfiguration

java.lang.Object
org.flowable.spring.boot.eventregistry.EventRegistryRestConfiguration

@Import(DispatcherServletConfiguration.class) @ComponentScan("org.flowable.eventregistry.rest.service.api") public class EventRegistryRestConfiguration extends Object
Component scan for the Form Rest API Configuration.
Author:
Filip Hrisafov
  • Field Details

    • objectMapper

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

    • EventRegistryRestConfiguration

      public EventRegistryRestConfiguration()
  • Method Details