org.eclipse.jetty.annotations
类 AnnotationIntrospector

java.lang.Object
  继承者 org.eclipse.jetty.annotations.AnnotationIntrospector

public class AnnotationIntrospector
extends Object

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
 

字段详细信息

_handlers

protected List<AnnotationIntrospector.IntrospectableAnnotationHandler> _handlers
构造方法详细信息

AnnotationIntrospector

public AnnotationIntrospector()
方法详细信息

registerHandler

public void registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)

introspect

public void introspect(Class<?> clazz)


Copyright © 2013. All Rights Reserved.