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
FieldsModifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
objectMapper
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
EventRegistryRestConfiguration
public EventRegistryRestConfiguration()
-
-
Method Details
-
eventRegistryRestResponseFactory
-