org.eclipse.jetty.annotations
类 AnnotationIntrospector.AbstractIntrospectableAnnotationHandler

java.lang.Object
  继承者 org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
所有已实现的接口:
AnnotationIntrospector.IntrospectableAnnotationHandler
直接已知子类:
DeclareRolesAnnotationHandler, MultiPartConfigAnnotationHandler, PostConstructAnnotationHandler, PreDestroyAnnotationHandler, ResourceAnnotationHandler, ResourcesAnnotationHandler, RunAsAnnotationHandler, ServletSecurityAnnotationHandler
包容类:
AnnotationIntrospector

public abstract static class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
extends Object
implements AnnotationIntrospector.IntrospectableAnnotationHandler

AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation. A handler can optionally introspect the parent hierarchy of a class.


构造方法摘要
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler(boolean introspectAncestors)
           
 
方法摘要
abstract  void doHandle(Class<?> clazz)
           
 void handle(Class<?> clazz)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AnnotationIntrospector.AbstractIntrospectableAnnotationHandler

public AnnotationIntrospector.AbstractIntrospectableAnnotationHandler(boolean introspectAncestors)
方法详细信息

doHandle

public abstract void doHandle(Class<?> clazz)

handle

public void handle(Class<?> clazz)
指定者:
接口 AnnotationIntrospector.IntrospectableAnnotationHandler 中的 handle


Copyright © 2013. All Rights Reserved.