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 Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description EventRegistryRestConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventRegistryRestResponseFactoryeventRegistryRestResponseFactory()
-
-
-
Method Detail
-
eventRegistryRestResponseFactory
@Bean public EventRegistryRestResponseFactory eventRegistryRestResponseFactory()
-
-