|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.annotations.AnnotationIntrospector
public class AnnotationIntrospector
AnnotationIntrospector
| Nested Class Summary | |
|---|---|
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 |
| Field Summary | |
|---|---|
protected List<AnnotationIntrospector.IntrospectableAnnotationHandler> |
_handlers
|
| Constructor Summary | |
|---|---|
AnnotationIntrospector()
|
|
| Method Summary | |
|---|---|
void |
introspect(Class clazz)
|
void |
registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<AnnotationIntrospector.IntrospectableAnnotationHandler> _handlers
| Constructor Detail |
|---|
public AnnotationIntrospector()
| Method Detail |
|---|
public void registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
public void introspect(Class clazz)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||