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() |
getAnnotations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotations
public 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.Info
public ClassFinder.ClassInfo getDeclaringClass()
public String getReturnType()
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.