Class RunAsAnnotationHandler
java.lang.Object
org.eclipse.jetty.ee10.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
org.eclipse.jetty.ee10.annotations.RunAsAnnotationHandler
- All Implemented Interfaces:
 AnnotationIntrospector.IntrospectableAnnotationHandler
public class RunAsAnnotationHandler
extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- 
Field Summary
Fields inherited from class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
_context, _introspectAncestors - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidhandleField(String className, String fieldName, int access, String fieldType, String signature, Object value, String annotation) voidhandleMethod(String className, String methodName, int access, String params, String signature, String[] exceptions, String annotation) Methods inherited from class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
getContext, handle, isAnnotatableServletClass 
- 
Constructor Details
- 
RunAsAnnotationHandler
 
 - 
 - 
Method Details
- 
doHandle
- Specified by:
 doHandlein classAnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 - 
handleField
 - 
handleMethod
 
 -