org.apache.xbean.finder
Class ClassFinder.MethodInfo
java.lang.Object
org.apache.xbean.finder.ClassFinder.Annotatable
org.apache.xbean.finder.ClassFinder.MethodInfo
- All Implemented Interfaces:
- ClassFinder.Info
- Enclosing class:
- ClassFinder
public class ClassFinder.MethodInfo
- extends ClassFinder.Annotatable
- implements ClassFinder.Info
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClassFinder.MethodInfo
public ClassFinder.MethodInfo(ClassFinder.ClassInfo info,
java.lang.reflect.Constructor constructor)
ClassFinder.MethodInfo
public ClassFinder.MethodInfo(ClassFinder.ClassInfo info,
java.lang.reflect.Method method)
ClassFinder.MethodInfo
public ClassFinder.MethodInfo(ClassFinder.ClassInfo declarignClass,
java.lang.String name,
java.lang.String returnType)
getParameterAnnotations
public java.util.List<java.util.List<ClassFinder.AnnotationInfo>> getParameterAnnotations()
getParameterAnnotations
public java.util.List<ClassFinder.AnnotationInfo> getParameterAnnotations(int index)
getName
public java.lang.String getName()
- Specified by:
getName
in interface ClassFinder.Info
getDeclaringClass
public ClassFinder.ClassInfo getDeclaringClass()
getReturnType
public java.lang.String getReturnType()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object