Uses of Interface
org.eclipse.jetty.ee10.annotations.AnnotationParser.Handler
Package
Description
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationParser.Handler in org.eclipse.jetty.ee10.annotations
Modifier and TypeClassDescriptionclass
DiscoverableAnnotationHandler Base class for handling the discovery of an annotation.static class
Convenience base class to provide no-ops for all Handler methods.class
ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.class
ContainerInitializerAnnotationHandlerclass
WebFilterAnnotationHandlerclass
class
WebServletAnnotationHandler Process a WebServlet annotation on a class.Modifier and TypeFieldDescriptionprotected final Set<? extends AnnotationParser.Handler>
AnnotationConfiguration.ParserTask._handlers
Modifier and TypeMethodDescriptionvoid
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, Resource r) Parse a resourceprotected void
AnnotationParser.parseClass
(Set<? extends AnnotationParser.Handler> handlers, Resource containingResource, Path classFile) Use ASM on a classprotected void
AnnotationParser.parseDir
(Set<? extends AnnotationParser.Handler> handlers, Resource dirResource) Parse all classes in a directoryprotected void
AnnotationParser.parseJar
(Set<? extends AnnotationParser.Handler> handlers, Resource jarResource) Parse a resource that is a jar file.ModifierConstructorDescriptionMyClassVisitor
(Set<? extends AnnotationParser.Handler> handlers, Resource containingResource, int asmVersion) 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) ParserTask
(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource) -
Uses of AnnotationParser.Handler in org.eclipse.jetty.ee10.osgi.annotations
Modifier and TypeMethodDescriptionvoid
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, Resource r) void
AnnotationParser.parse
(Set<? extends AnnotationParser.Handler> handlers, org.osgi.framework.Bundle bundle) ModifierConstructorDescriptionBundleParserTask
(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource)