Class CamundaJerseyResourceConfig
- java.lang.Object
-
- javax.ws.rs.core.Application
-
- org.glassfish.jersey.server.ResourceConfig
-
- org.camunda.bpm.spring.boot.starter.rest.CamundaJerseyResourceConfig
-
- All Implemented Interfaces:
javax.ws.rs.core.Configurable<org.glassfish.jersey.server.ResourceConfig>
,javax.ws.rs.core.Configuration
,org.glassfish.jersey.ExtendedConfig
,org.glassfish.jersey.server.ServerConfig
,org.springframework.beans.factory.InitializingBean
@ApplicationPath("/engine-rest") public class CamundaJerseyResourceConfig extends org.glassfish.jersey.server.ResourceConfig implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description CamundaJerseyResourceConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
protected void
registerAdditionalResources()
protected void
registerCamundaRestResources()
-
Methods inherited from class org.glassfish.jersey.server.ResourceConfig
addProperties, files, files, forApplication, forApplicationClass, forApplicationClass, getApplication, getApplicationName, getClasses, getClassLoader, getConfiguration, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getResources, getRuntimeType, getSingletons, isEnabled, isEnabled, isProperty, isRegistered, isRegistered, packages, packages, packages, property, register, register, register, register, register, register, register, register, registerClasses, registerClasses, registerFinder, registerInstances, registerInstances, registerResources, registerResources, setApplicationName, setClassLoader, setProperties
-
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
registerCamundaRestResources
protected void registerCamundaRestResources()
-
registerAdditionalResources
protected void registerAdditionalResources()
-
-