Uses of Class
org.eclipse.jetty.ee10.annotations.AnnotationParser.ClassInfo
Packages that use AnnotationParser.ClassInfo
Package
Description
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationParser.ClassInfo in org.eclipse.jetty.ee10.annotations
Methods in org.eclipse.jetty.ee10.annotations that return AnnotationParser.ClassInfoModifier and TypeMethodDescriptionAnnotationParser.FieldInfo.getClassInfo()
AnnotationParser.MethodInfo.getClassInfo()
Methods in org.eclipse.jetty.ee10.annotations with parameters of type AnnotationParser.ClassInfoModifier 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.Constructors in org.eclipse.jetty.ee10.annotations with parameters of type AnnotationParser.ClassInfoModifierConstructorDescriptionFieldInfo
(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)