Class DefaultApplication
java.lang.Object
jakarta.ws.rs.core.Application
org.camunda.bpm.engine.rest.impl.application.DefaultApplication
@ApplicationPath("/")
public class DefaultApplication
extends jakarta.ws.rs.core.Application
Default Application
registering all resources.
NOTE This class is excluded from the classes-jar, such that users that want to embed the REST API as a JAR file into a custom JAX-RS application are able to build a deployment based on their requirements.
- Author:
- Daniel Meyer
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.ws.rs.core.Application
getProperties, getSingletons
-
Constructor Details
-
DefaultApplication
public DefaultApplication()
-
-
Method Details
-
getClasses
- Overrides:
getClasses
in classjakarta.ws.rs.core.Application
-