Uses of Interface
org.eclipse.jetty.annotations.AnnotationParser.Handler
-
-
Uses of AnnotationParser.Handler in org.eclipse.jetty.annotations
Classes in org.eclipse.jetty.annotations that implement AnnotationParser.Handler Modifier and Type Class Description classAbstractDiscoverableAnnotationHandlerDiscoverableAnnotationHandler Base class for handling the discovery of an annotation.static classAnnotationParser.AbstractHandlerConvenience base class to provide no-ops for all Handler methods.classClassInheritanceHandlerClassInheritanceHandler As asm scans for classes, remember the type hierarchy.classContainerInitializerAnnotationHandlerContainerInitializerAnnotationHandlerclassWebFilterAnnotationHandlerWebFilterAnnotationHandlerclassWebListenerAnnotationHandlerclassWebServletAnnotationHandlerWebServletAnnotationHandler Process a WebServlet annotation on a class.Fields in org.eclipse.jetty.annotations with type parameters of type AnnotationParser.Handler Modifier and Type Field Description protected Set<? extends AnnotationParser.Handler>AnnotationConfiguration.ParserTask. _handlersMethod parameters in org.eclipse.jetty.annotations with type arguments of type AnnotationParser.Handler Modifier and Type Method Description voidAnnotationParser. parse(Set<? extends AnnotationParser.Handler> handlers, Class<?> clazz, boolean visitSuperClasses)Parse the given class, optionally walking its inheritance hierarchyvoidAnnotationParser. parse(Set<? extends AnnotationParser.Handler> handlers, ClassLoader loader, boolean visitParents, boolean nullInclusive)Deprecated.voidAnnotationParser. parse(Set<? extends AnnotationParser.Handler> handlers, String className)Parse a given classvoidAnnotationParser. parse(Set<? extends AnnotationParser.Handler> handlers, String[] classNames)Parse the given classesvoidAnnotationParser. parse(Set<? extends AnnotationParser.Handler> handlers, URI uri)Parse a particular urivoidAnnotationParser. parse(Set<? extends AnnotationParser.Handler> handlers, URI[] uris)Parse classes in the supplied uris.voidAnnotationParser. parse(Set<? extends AnnotationParser.Handler> handlers, List<String> classNames)Parse the given classesvoidAnnotationParser. parse(Set<? extends AnnotationParser.Handler> handlers, org.eclipse.jetty.util.resource.Resource r)Parse a resourceprotected voidAnnotationParser. parseDir(Set<? extends AnnotationParser.Handler> handlers, org.eclipse.jetty.util.resource.Resource root)Parse all classes in a directoryprotected voidAnnotationParser. parseJar(Set<? extends AnnotationParser.Handler> handlers, org.eclipse.jetty.util.resource.Resource jarResource)Parse a resource that is a jar file.protected voidAnnotationParser. parseJarEntry(Set<? extends AnnotationParser.Handler> handlers, org.eclipse.jetty.util.resource.Resource jar, org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry entry)Parse a single entry in a jar fileprotected voidAnnotationParser. scanClass(Set<? extends AnnotationParser.Handler> handlers, org.eclipse.jetty.util.resource.Resource containingResource, InputStream is)Use ASM on a classConstructor parameters in org.eclipse.jetty.annotations with type arguments of type AnnotationParser.Handler Constructor Description MyClassVisitor(Set<? extends AnnotationParser.Handler> handlers, org.eclipse.jetty.util.resource.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, org.eclipse.jetty.util.resource.Resource resource)
-