Package org.eclipse.jetty.annotations
Class AnnotationIntrospector
- java.lang.Object
-
- org.eclipse.jetty.annotations.AnnotationIntrospector
-
public class AnnotationIntrospector extends java.lang.ObjectAnnotationIntrospector
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotationIntrospector.AbstractIntrospectableAnnotationHandlerAbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.static interfaceAnnotationIntrospector.IntrospectableAnnotationHandlerIntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<AnnotationIntrospector.IntrospectableAnnotationHandler>_handlers
-
Constructor Summary
Constructors Constructor Description AnnotationIntrospector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidintrospect(java.lang.Class<?> clazz)voidregisterHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
-
-
-
Field Detail
-
_handlers
protected java.util.List<AnnotationIntrospector.IntrospectableAnnotationHandler> _handlers
-
-
Method Detail
-
registerHandler
public void registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
-
introspect
public void introspect(java.lang.Class<?> clazz)
-
-