Uses of Class
org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
Package
Description
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationParser.ClassInfo in org.eclipse.jetty.annotations
Modifier and TypeMethodDescriptionAnnotationParser.FieldInfo.getClassInfo()
AnnotationParser.MethodInfo.getClassInfo()
Modifier and TypeMethodDescriptionvoid
AnnotationParser.AbstractHandler.handle
(AnnotationParser.ClassInfo classInfo) void
AnnotationParser.AbstractHandler.handle
(AnnotationParser.ClassInfo info, String annotationName) void
AnnotationParser.Handler.handle
(AnnotationParser.ClassInfo classInfo) void
AnnotationParser.Handler.handle
(AnnotationParser.ClassInfo info, String annotationName) void
ClassInheritanceHandler.handle
(AnnotationParser.ClassInfo classInfo) void
ContainerInitializerAnnotationHandler.handle
(AnnotationParser.ClassInfo info, String annotationName) Handle finding a class that is annotated with the annotation we were constructed with.void
WebFilterAnnotationHandler.handle
(AnnotationParser.ClassInfo info, String annotationName) void
WebListenerAnnotationHandler.handle
(AnnotationParser.ClassInfo info, String annotationName) void
WebServletAnnotationHandler.handle
(AnnotationParser.ClassInfo info, String annotationName) Handle discovering a WebServlet annotation.ModifierConstructorDescriptionFieldInfo
(AnnotationParser.ClassInfo classInfo, String fieldName, int access, String fieldType, String signature, Object value) MethodInfo
(AnnotationParser.ClassInfo classInfo, String methodName, int access, String desc, String signature, String[] exceptions) MyFieldVisitor
(Set<? extends AnnotationParser.Handler> handlers, AnnotationParser.ClassInfo classInfo, int access, String fieldName, String fieldType, String signature, Object value, int asmVersion) MyMethodVisitor
(Set<? extends AnnotationParser.Handler> handlers, AnnotationParser.ClassInfo classInfo, int access, String name, String methodDesc, String signature, String[] exceptions, int asmVersion)