类 org.eclipse.jetty.annotations.AnnotationParser.Value
的使用

使用 AnnotationParser.Value 的软件包
org.eclipse.jetty.annotations   
 

org.eclipse.jetty.annotationsAnnotationParser.Value 的使用
 

org.eclipse.jetty.annotationsAnnotationParser.Value 的子类
 class AnnotationParser.ListValue
           
 class AnnotationParser.SimpleValue
           
 

返回变量类型为 AnnotationParser.Value 的类型的 org.eclipse.jetty.annotations 中的方法
 List<AnnotationParser.Value> AnnotationParser.MyAnnotationVisitor.getAnnotationValues()
           
 List<AnnotationParser.Value> AnnotationParser.ListValue.getList()
           
 

参数类型为 AnnotationParser.Valueorg.eclipse.jetty.annotations 中的方法
 void AnnotationParser.ListValue.addValue(AnnotationParser.Value v)
           
 

类型变量类型为 AnnotationParser.Valueorg.eclipse.jetty.annotations 中的方法参数
 void WebServletAnnotationHandler.handleClass(String className, int version, int access, String signature, String superName, String[] interfaces, String annotationName, List<AnnotationParser.Value> values)
          Handle discovering a WebServlet annotation.
 void WebListenerAnnotationHandler.handleClass(String className, int version, int access, String signature, String superName, String[] interfaces, String annotation, List<AnnotationParser.Value> values)
           
 void WebFilterAnnotationHandler.handleClass(String className, int version, int access, String signature, String superName, String[] interfaces, String annotation, List<AnnotationParser.Value> values)
           
 void ContainerInitializerAnnotationHandler.handleClass(String className, int version, int access, String signature, String superName, String[] interfaces, String annotationName, List<AnnotationParser.Value> values)
          Handle finding a class that is annotated with the annotation we were constructed with.
 void AnnotationParser.DiscoverableAnnotationHandler.handleClass(String className, int version, int access, String signature, String superName, String[] interfaces, String annotation, List<AnnotationParser.Value> values)
          Process an annotation that was discovered on a class
 void WebServletAnnotationHandler.handleField(String className, String fieldName, int access, String fieldType, String signature, Object value, String annotation, List<AnnotationParser.Value> values)
           
 void WebListenerAnnotationHandler.handleField(String className, String fieldName, int access, String fieldType, String signature, Object value, String annotation, List<AnnotationParser.Value> values)
           
 void WebFilterAnnotationHandler.handleField(String className, String fieldName, int access, String fieldType, String signature, Object value, String annotation, List<AnnotationParser.Value> values)
           
 void RunAsAnnotationHandler.handleField(String className, String fieldName, int access, String fieldType, String signature, Object value, String annotation, List<AnnotationParser.Value> values)
           
 void ContainerInitializerAnnotationHandler.handleField(String className, String fieldName, int access, String fieldType, String signature, Object value, String annotation, List<AnnotationParser.Value> values)
           
 void AnnotationParser.DiscoverableAnnotationHandler.handleField(String className, String fieldName, int access, String fieldType, String signature, Object value, String annotation, List<AnnotationParser.Value> values)
          Process an annotation that was discovered on a field
 void WebServletAnnotationHandler.handleMethod(String className, String methodName, int access, String params, String signature, String[] exceptions, String annotation, List<AnnotationParser.Value> values)
           
 void WebListenerAnnotationHandler.handleMethod(String className, String methodName, int access, String params, String signature, String[] exceptions, String annotation, List<AnnotationParser.Value> values)
           
 void WebFilterAnnotationHandler.handleMethod(String className, String methodName, int access, String params, String signature, String[] exceptions, String annotation, List<AnnotationParser.Value> values)
           
 void RunAsAnnotationHandler.handleMethod(String className, String methodName, int access, String params, String signature, String[] exceptions, String annotation, List<AnnotationParser.Value> values)
           
 void ContainerInitializerAnnotationHandler.handleMethod(String className, String methodName, int access, String params, String signature, String[] exceptions, String annotation, List<AnnotationParser.Value> values)
           
 void AnnotationParser.DiscoverableAnnotationHandler.handleMethod(String className, String methodName, int access, String desc, String signature, String[] exceptions, String annotation, List<AnnotationParser.Value> values)
          Process an annotation that was discovered on a method
 

类型变量类型为 AnnotationParser.Valueorg.eclipse.jetty.annotations 中的构造方法参数
AnnotationParser.MyAnnotationVisitor(String annotationName, List<AnnotationParser.Value> values)
           
 



Copyright © 2013. All Rights Reserved.