Class EntityDataServiceApp
java.lang.Object
jakarta.ws.rs.core.Application
com.priint.pubserver.entitydata.service.EntityDataServiceApp
@ApplicationPath("/*")
public class EntityDataServiceApp
extends jakarta.ws.rs.core.Application
The `EntityDataServiceApp` class is the main application class for the
Entity Data Service. It extends the JAX-RS `Application` class and
configures the RESTful web service by registering resource classes,
exception mappers, and filters.
This class uses the `@ApplicationPath` annotation to define the base
URI for all REST endpoints.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.ws.rs.core.Application
getProperties
-
Constructor Details
-
EntityDataServiceApp
public EntityDataServiceApp()
-
-
Method Details
-
getClasses
- Overrides:
getClassesin classjakarta.ws.rs.core.Application
-
getSingletons
- Overrides:
getSingletonsin classjakarta.ws.rs.core.Application
-