public class AnnotationIntrospector
extends java.lang.Object
| Modifier and Type | Class | 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 | Description |
|---|---|---|
protected java.util.List<AnnotationIntrospector.IntrospectableAnnotationHandler> |
_handlers |
| Constructor | Description |
|---|---|
AnnotationIntrospector() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
introspect(java.lang.Class<?> clazz) |
|
void |
registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler) |
protected java.util.List<AnnotationIntrospector.IntrospectableAnnotationHandler> _handlers
public void registerHandler(AnnotationIntrospector.IntrospectableAnnotationHandler handler)
public void introspect(java.lang.Class<?> clazz)
Copyright © 1995–2018 Webtide. All rights reserved.