Uses of Interface
org.eclipse.jetty.ee8.annotations.AnnotationParser.Handler
Packages that use AnnotationParser.Handler
Package
Description
Jetty Annotations : Support for Servlet Annotations
-
Uses of AnnotationParser.Handler in org.eclipse.jetty.ee8.annotations
Classes in org.eclipse.jetty.ee8.annotations that implement AnnotationParser.HandlerModifier 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.Fields in org.eclipse.jetty.ee8.annotations with type parameters of type AnnotationParser.HandlerModifier and TypeFieldDescriptionprotected final Set
<? extends AnnotationParser.Handler> AnnotationConfiguration.ParserTask._handlers
Method parameters in org.eclipse.jetty.ee8.annotations with type arguments of type AnnotationParser.HandlerModifier 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.Constructor parameters in org.eclipse.jetty.ee8.annotations with type arguments of type AnnotationParser.HandlerModifierConstructorDescriptionMyClassVisitor
(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)