|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.annotations.AnnotationIntrospector
public class AnnotationIntrospector
AnnotationIntrospector
| 嵌套类摘要 | |
|---|---|
static class |
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation. |
static interface |
AnnotationIntrospector.IntrospectableAnnotationHandler
IntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation |
| 字段摘要 | |
|---|---|
protected List<AnnotationIntrospector.IntrospectableAnnotationHandler> |
_handlers
|
| 构造方法摘要 | |
|---|---|
AnnotationIntrospector()
|
|
| 方法摘要 | |
|---|---|
void |
introspect(Class<?> clazz)
|
void |
registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected List<AnnotationIntrospector.IntrospectableAnnotationHandler> _handlers
| 构造方法详细信息 |
|---|
public AnnotationIntrospector()
| 方法详细信息 |
|---|
public void registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
public void introspect(Class<?> clazz)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||