public static class ClassFinder.MethodInfo extends ClassFinder.Annotatable implements ClassFinder.Info
| Constructor and Description | 
|---|
| MethodInfo(ClassFinder.ClassInfo info,
          Constructor<?> constructor) | 
| MethodInfo(ClassFinder.ClassInfo info,
          Method method) | 
| MethodInfo(ClassFinder.ClassInfo declarignClass,
          String name,
          String returnType) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassFinder.ClassInfo | getDeclaringClass() | 
| String | getName() | 
| List<List<ClassFinder.AnnotationInfo>> | getParameterAnnotations() | 
| List<ClassFinder.AnnotationInfo> | getParameterAnnotations(int index) | 
| String | getReturnType() | 
| String | toString() | 
getAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationspublic MethodInfo(ClassFinder.ClassInfo info, Constructor<?> constructor)
public MethodInfo(ClassFinder.ClassInfo info, Method method)
public MethodInfo(ClassFinder.ClassInfo declarignClass, String name, String returnType)
public List<List<ClassFinder.AnnotationInfo>> getParameterAnnotations()
public List<ClassFinder.AnnotationInfo> getParameterAnnotations(int index)
public String getName()
getName in interface ClassFinder.Infopublic ClassFinder.ClassInfo getDeclaringClass()
public String getReturnType()
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.