Class CamundaBpmRestJerseyAutoConfiguration
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.rest.CamundaBpmRestJerseyAutoConfiguration
-
@AutoConfigureBefore(org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.class) @AutoConfigureAfter(org.camunda.bpm.spring.boot.starter.CamundaBpmAutoConfiguration.class) public class CamundaBpmRestJerseyAutoConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description CamundaBpmRestJerseyAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CamundaBpmRestInitializercamundaBpmRestInitializer(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)CamundaJerseyResourceConfigcreateRestConfig()org.camunda.bpm.engine.rest.impl.FetchAndLockContextListenergetFetchAndLockContextListener()
-
-
-
Method Detail
-
createRestConfig
@Bean @ConditionalOnMissingBean(CamundaJerseyResourceConfig.class) public CamundaJerseyResourceConfig createRestConfig()
-
getFetchAndLockContextListener
@Bean public org.camunda.bpm.engine.rest.impl.FetchAndLockContextListener getFetchAndLockContextListener()
-
camundaBpmRestInitializer
@Bean public CamundaBpmRestInitializer camundaBpmRestInitializer(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)
-
-