Class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
java.lang.Object
org.eclipse.jetty.ee9.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- All Implemented Interfaces:
 AnnotationIntrospector.IntrospectableAnnotationHandler
- Direct Known Subclasses:
 DeclareRolesAnnotationHandler, MultiPartConfigAnnotationHandler, PostConstructAnnotationHandler, PreDestroyAnnotationHandler, ResourceAnnotationHandler, ResourcesAnnotationHandler, RunAsAnnotationHandler, ServletSecurityAnnotationHandler
- Enclosing class:
 AnnotationIntrospector
public abstract static class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
extends Object
implements AnnotationIntrospector.IntrospectableAnnotationHandler
AbstractIntrospectableAnnotationHandler
Base class for handlers that introspect a class to find a particular annotation.
A handler can optionally introspect the parent hierarchy of a class.
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionAbstractIntrospectableAnnotationHandler(boolean introspectAncestors, WebAppContext context)  - 
Method Summary
Modifier and TypeMethodDescriptionabstract voidvoid 
- 
Field Details
- 
_introspectAncestors
protected boolean _introspectAncestors - 
_context
 
 - 
 - 
Constructor Details
- 
AbstractIntrospectableAnnotationHandler
 
 - 
 - 
Method Details
- 
doHandle
 - 
handle
- Specified by:
 handlein interfaceAnnotationIntrospector.IntrospectableAnnotationHandler
 - 
getContext
 
 -