Package org.camunda.bpm.engine.rest.impl
Class CamundaRestResources
java.lang.Object
org.camunda.bpm.engine.rest.impl.CamundaRestResources
Class providing static methods returning all the resource classes provided by Camunda Platform.
- Author:
- Daniel Meyer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a set containing all provider / mapper / config classes used in the default setup of the camunda REST api.Returns a set containing all resource classes provided by Camunda Platform.
-
Constructor Details
-
CamundaRestResources
public CamundaRestResources()
-
-
Method Details
-
getResourceClasses
Returns a set containing all resource classes provided by Camunda Platform.- Returns:
- a set of resource classes.
-
getConfigurationClasses
Returns a set containing all provider / mapper / config classes used in the default setup of the camunda REST api.- Returns:
- a set of provider / mapper / config classes.
-