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.HandlerModifier and TypeClassDescriptionstatic classConvenience base class to provide no-ops for all Handler methods.classAs asm scans for classes, remember the type hierarchy.Method parameters in org.eclipse.jetty.annotations with type arguments of type AnnotationParser.HandlerModifier and TypeMethodDescriptionvoidAnnotationParser.parse(Set<? extends AnnotationParser.Handler> handlers, org.eclipse.jetty.util.resource.Resource r) Parse a resourceprotected voidAnnotationParser.parseClass(Set<? extends AnnotationParser.Handler> handlers, org.eclipse.jetty.util.resource.Resource containingResource, Path classFile) Deprecated, for removal: This API element is subject to removal in a future version.protected voidAnnotationParser.parseClass(Set<? extends AnnotationParser.Handler> handlers, org.eclipse.jetty.util.resource.Resource containingResource, org.eclipse.jetty.util.resource.Resource classFile) Use ASM on a classprotected voidAnnotationParser.parseDir(Set<? extends AnnotationParser.Handler> handlers, org.eclipse.jetty.util.resource.Resource dirResource) 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.Constructor parameters in org.eclipse.jetty.annotations with type arguments of type AnnotationParser.HandlerModifierConstructorDescriptionMyClassVisitor(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)
AnnotationParser.parseClass(Set, Resource, Resource)instead (which usesResourceinstead ofPath)