Class EntityDataServiceApp
- java.lang.Object
-
- javax.ws.rs.core.Application
-
- com.priint.pubserver.entitydata.service.EntityDataServiceApp
-
@ApplicationPath("/*") public class EntityDataServiceApp extends javax.ws.rs.core.ApplicationThe `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 Constructor Description EntityDataServiceApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.Class<?>>getClasses()java.util.Set<java.lang.Object>getSingletons()
-