Class RestApplication

java.lang.Object
javax.ws.rs.core.Application
com.qwazr.server.RestApplication
Direct Known Subclasses:
RestApplication.WithoutAuth

public abstract class RestApplication
extends javax.ws.rs.core.Application
Generic RestApplication
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  RestApplication.WithAuth  
    static class  RestApplication.WithoutAuth  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.util.List<java.lang.Class<?>> JSON_CLASSES  
  • Constructor Summary

    Constructors 
    Constructor Description
    RestApplication()  
  • Method Summary

    Methods inherited from class javax.ws.rs.core.Application

    getClasses, getProperties, getSingletons

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • JSON_CLASSES

      public static final java.util.List<java.lang.Class<?>> JSON_CLASSES
  • Constructor Details