Class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.jetty.webapp.WebAppContext _context  
      protected boolean _introspectAncestors  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void doHandle​(java.lang.Class<?> clazz)  
      org.eclipse.jetty.webapp.WebAppContext getContext()  
      void handle​(java.lang.Class<?> clazz)  
      • Methods inherited from class java.lang.Object

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

      • _introspectAncestors

        protected boolean _introspectAncestors
      • _context

        protected org.eclipse.jetty.webapp.WebAppContext _context
    • Constructor Detail

      • AbstractIntrospectableAnnotationHandler

        public AbstractIntrospectableAnnotationHandler​(boolean introspectAncestors,
                                                       org.eclipse.jetty.webapp.WebAppContext context)