Class JaxrsInterceptorRegistry.Match

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object interceptor  
      int order  
    • Constructor Summary

      Constructors 
      Constructor Description
      Match​(java.lang.Object interceptor, int order)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • interceptor

        public final java.lang.Object interceptor
      • order

        public final int order
    • Constructor Detail

      • Match

        public Match​(java.lang.Object interceptor,
                     int order)