Class DefaultApplication


  • @ApplicationPath("/")
    public class DefaultApplication
    extends javax.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 Detail

      • DefaultApplication

        public DefaultApplication()
    • Method Detail

      • getClasses

        public Set<Class<?>> getClasses()
        Overrides:
        getClasses in class javax.ws.rs.core.Application