| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractDiscoverableAnnotationHandler |
DiscoverableAnnotationHandler
Base class for handling the discovery of an annotation.
|
static class |
AnnotationParser.AbstractHandler |
Convenience base class to provide no-ops for all Handler methods.
|
class |
ClassInheritanceHandler |
ClassInheritanceHandler
As asm scans for classes, remember the type hierarchy.
|
class |
ContainerInitializerAnnotationHandler |
ContainerInitializerAnnotationHandler
|
class |
WebFilterAnnotationHandler |
WebFilterAnnotationHandler
|
class |
WebListenerAnnotationHandler |
|
class |
WebServletAnnotationHandler |
WebServletAnnotationHandler
Process a WebServlet annotation on a class.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.Set<? extends AnnotationParser.Handler> |
AnnotationConfiguration.ParserTask._handlers |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.lang.Class<?> clazz,
boolean visitSuperClasses) |
Parse the given class, optionally walking its inheritance hierarchy
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.lang.ClassLoader loader,
boolean visitParents,
boolean nullInclusive) |
Deprecated.
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.lang.String className) |
Parse a given class
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.lang.String[] classNames) |
Parse the given classes
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.net.URI uri) |
Parse a particular uri
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.net.URI[] uris) |
Parse classes in the supplied uris.
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
java.util.List<java.lang.String> classNames) |
Parse the given classes
|
void |
AnnotationParser.parse(java.util.Set<? extends AnnotationParser.Handler> handlers,
org.eclipse.jetty.util.resource.Resource r) |
Parse a resource
|
protected void |
AnnotationParser.parseDir(java.util.Set<? extends AnnotationParser.Handler> handlers,
org.eclipse.jetty.util.resource.Resource root) |
Parse all classes in a directory
|
protected void |
AnnotationParser.parseJar(java.util.Set<? extends AnnotationParser.Handler> handlers,
org.eclipse.jetty.util.resource.Resource jarResource) |
Parse a resource that is a jar file.
|
protected void |
AnnotationParser.parseJarEntry(java.util.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 file
|
protected void |
AnnotationParser.scanClass(java.util.Set<? extends AnnotationParser.Handler> handlers,
org.eclipse.jetty.util.resource.Resource containingResource,
java.io.InputStream is) |
Use ASM on a class
|
| Constructor | Description |
|---|---|
MyClassVisitor(java.util.Set<? extends AnnotationParser.Handler> handlers,
org.eclipse.jetty.util.resource.Resource containingResource,
int asmVersion) |
|
MyFieldVisitor(java.util.Set<? extends AnnotationParser.Handler> handlers,
AnnotationParser.ClassInfo classInfo,
int access,
java.lang.String fieldName,
java.lang.String fieldType,
java.lang.String signature,
java.lang.Object value,
int asmVersion) |
|
MyMethodVisitor(java.util.Set<? extends AnnotationParser.Handler> handlers,
AnnotationParser.ClassInfo classInfo,
int access,
java.lang.String name,
java.lang.String methodDesc,
java.lang.String signature,
java.lang.String[] exceptions,
int asmVersion) |
|
ParserTask(AnnotationParser parser,
java.util.Set<? extends AnnotationParser.Handler> handlers,
org.eclipse.jetty.util.resource.Resource resource) |
Copyright © 1995–2018 Webtide. All rights reserved.