Class EventRegistryRestConfiguration
java.lang.Object
com.flowable.spring.boot.eventregistry.EventRegistryRestConfiguration
@Import(DispatcherServletConfiguration.class) @ComponentScan("org.flowable.eventregistry.rest.service.api") public class EventRegistryRestConfiguration extends java.lang.Object
Component scan for the Event Registry Rest API Configuration.
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
-
Constructor Summary
Constructors Constructor Description EventRegistryRestConfiguration()
-
Method Summary
Modifier and Type Method Description org.flowable.eventregistry.rest.service.api.EventRegistryRestResponseFactory
eventRegistryRestResponseFactory()
-
Field Details
-
objectMapper
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
EventRegistryRestConfiguration
public EventRegistryRestConfiguration()
-
-
Method Details
-
eventRegistryRestResponseFactory
@Bean public org.flowable.eventregistry.rest.service.api.EventRegistryRestResponseFactory eventRegistryRestResponseFactory()
-