Class CamundaBpmRestJerseyAutoConfiguration
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.rest.CamundaBpmRestJerseyAutoConfiguration
-
@AutoConfigureBefore(org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.class) @AutoConfigureAfter(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 CamundaBpmRestInitializer
camundaBpmRestInitializer(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)
CamundaJerseyResourceConfig
createRestConfig()
FetchAndLockContextListener
getFetchAndLockContextListener()
-
-
-
Method Detail
-
createRestConfig
@Bean @ConditionalOnMissingBean(CamundaJerseyResourceConfig.class) public CamundaJerseyResourceConfig createRestConfig()
-
getFetchAndLockContextListener
@Bean public FetchAndLockContextListener getFetchAndLockContextListener()
-
camundaBpmRestInitializer
@Bean public CamundaBpmRestInitializer camundaBpmRestInitializer(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)
-
-