public class AnnotationIntrospector extends Object
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected List<AnnotationIntrospector.IntrospectableAnnotationHandler> |
_handlers |
Constructor and Description |
---|
AnnotationIntrospector() |
Modifier and Type | Method and Description |
---|---|
void |
introspect(Class<?> clazz) |
void |
registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler) |
protected List<AnnotationIntrospector.IntrospectableAnnotationHandler> _handlers
public void registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
public void introspect(Class<?> clazz)
Copyright © 1995-2015 Webtide. All Rights Reserved.