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.
| 从类 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.