Class EntityDataServiceApp


  • @ApplicationPath("/*")
    public class EntityDataServiceApp
    extends javax.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.
    • 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()  
      • Methods inherited from class javax.ws.rs.core.Application

        getProperties
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityDataServiceApp

        public EntityDataServiceApp()
    • Method Detail

      • getClasses

        public java.util.Set<java.lang.Class<?>> getClasses()
        Overrides:
        getClasses in class javax.ws.rs.core.Application
      • getSingletons

        public java.util.Set<java.lang.Object> getSingletons()
        Overrides:
        getSingletons in class javax.ws.rs.core.Application